From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3FC012F9D89 for ; Mon, 27 Jul 2026 11:34:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785152057; cv=none; b=smya/Lpla082wNoqvbIGgL+DHTU5RbMXM9fhq9Eb1Mp+tAsEYgi3fg5cO1ltRiCux8yqfyPi5K5sGmJESZ2TF6E8B8tIJFKMipiwhrcRwN7ictblGRP16UWVXchSrMmYHR0DYxEnNDNyiCS7LmWGeh7SN/VSZO5Rf1FGyGUVW9k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785152057; c=relaxed/simple; bh=+iJBMuno9bVBAG8bYN02sVbSR5W7cXRvCpNBSN3BtxM=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=tg7o6dxPCxygRLFMPhjDY9GwrsR9vtkRjXdWiKR4h4HehalQjYoIyaxm+OBT3nuKvxk/NpP4/E4pPs5azPlMrGrRIyUMvtEPui3/7Iv6QnP2F18nc6JMg2wMTVVjTV1sc12G49Bj2B6WHS2VumO7/l6n8aWakNZSDx+FjyF4bME= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=UumtuF/c; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="UumtuF/c" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1785152054; bh=+iJBMuno9bVBAG8bYN02sVbSR5W7cXRvCpNBSN3BtxM=; h=Date:Subject:To:References:From:In-Reply-To:From; b=UumtuF/cr/VymXvalz+kCivWKOGT1tz8HPGLzXXvwuO6/xjZetm5vSTaRXa2aUj1g HoWM1cv8b5SBuVInOeg+Oy01UZo8M0rfmeg9QdJQ1ujHCmNjSCvl4FaLS3qA5BGFFg dcq9knkYzYOaZnUZE5dLfTP6XnJI/yIQoNHrn3OpLwD8TOe8IZhWF0AxwWDnSM9Fus LzPDm5+MFIAbOQk66T2udryLf/Zbwl9xAthlZ2Ap4cRlkn9cZXM4ZEH7t/jN7x4K96 xYy39zHkXyKO4KGDB0lg9c7BinN2yZ+0iU6UAiQ/4EZsXiGSc+Nrhg9H21nJJNxTBr u91sIVZrCTnkw== Received: from [100.64.1.21] (unknown [100.64.1.21]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 6192E17E0213; Mon, 27 Jul 2026 13:34:13 +0200 (CEST) Message-ID: <7eebbd9b-3a5e-4d95-bbbb-8ba3a7238383@collabora.com> Date: Mon, 27 Jul 2026 13:34:12 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 00/13] drm/bridge: it6505: DP audio support + shared-DAI hw_params fix To: Daniel Golle , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Luca Ceresoli , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Matthias Brugger , Allen Chen , Hermes Wu , Pin-yen Lin , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai References: From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 7/25/26 04:57, Daniel Golle wrote: > Revive HDMI/DP audio support for the it6505, originally posted by > Jiaxin Yu [1], rebased onto current -next with the review feedback > addressed: &client->dev is gone (the driver gained it6505->dev) and > "#sound-dai-cells" has since been added by commit 325af1bef5b9 > ("dt-bindings: display: bridge: it6505: Add #sound-dai-cells"). > > Patches 1-11 fix pre-existing bugs found during review of earlier > versions of this series; they carry Fixes: tags and are ordered first > so stable trees can pick them. > > Patch 12 wires up the it6505 audio helpers via hdmi_codec_ops, > unblocking the mt8186-mt6366 sound card which references it6505 as > the I2S3 codec. Patch 13 makes hw_params succeed with no display > attached, needed when the I2S bus is shared with another codec as on > MT8186 "steelix" Chromebooks, where the speaker path must keep > working regardless of the it6505 link state. > > Tested on a MT8186 (google,steelix) Chromebook: the sound card comes > up, speakers, microphone and headset jack work. HDMI/DP audio output > itself could not be tested for lack of a suitable adapter cable. > Whole series is Reviewed-by: AngeloGioacchino Del Regno Tested-by: AngeloGioachcino Del Regno # Steelix Chromebook Cheers, Angelo > [1] https://lore.kernel.org/all/20230730180803.22570-4-jiaxin.yu@mediatek.com/