Re: [PATCH v2 05/12] ASoC: hdmi-codec: Add a prepare hook
From: Takashi Iwai <hidden>
Date: 2021-05-31 11:12:23
Also in:
alsa-devel, dri-devel, linux-arm-kernel, linux-doc, lkml
From: Takashi Iwai <hidden>
Date: 2021-05-31 11:12:23
Also in:
alsa-devel, dri-devel, linux-arm-kernel, linux-doc, lkml
On Mon, 31 May 2021 11:42:13 +0200, Maxime Ripard wrote:
Hi Mark, Takashi, On Wed, May 26, 2021 at 11:39:21AM +0100, Mark Brown wrote:quoted
On Tue, May 25, 2021 at 03:23:47PM +0200, Maxime Ripard wrote:quoted
The IEC958 status bit is usually set by the userspace after hw_params has been called, so in order to use whatever is set by the userspace, we need to implement the prepare hook. Let's add it to the hdmi_codec_ops, and mandate that either prepare or hw_params is implemented.Acked-by: Mark Brown <broonie@kernel.org>It looks like you're both happy with the ALSA/ASoC side, how do you want to get this merged? There's a build dependency between the DRM bits and the new hook introduced in hdmi-codec, would you be ok with merging it through the drm tree?
Speaking of ALSA core changes, I'm fine with that. thanks, Takashi