Re: [PATCH v4 4/5] ASoC: rockchip_max98090: Add dai_link for HDMI

From: Tzung-Bi Shih
Date: Tue Jul 16 2019 - 10:14:50 EST


On Tue, Jul 16, 2019 at 7:58 PM Cheng-Yi Chiang <cychiang@xxxxxxxxxxxx> wrote:
>
> diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig
> index b43657e6e655..d610b553ea3b 100644
> --- a/sound/soc/rockchip/Kconfig
> +++ b/sound/soc/rockchip/Kconfig
> @@ -40,9 +40,10 @@ config SND_SOC_ROCKCHIP_MAX98090
> select SND_SOC_ROCKCHIP_I2S
> select SND_SOC_MAX98090
> select SND_SOC_TS3A227E
> + select SND_SOC_HDMI_CODEC
> help
> Say Y or M here if you want to add support for SoC audio on Rockchip
> - boards using the MAX98090 codec, such as Veyron.
> + boards using the MAX98090 codec and HDMI codec, such as Veyron.
You should not need to select the option in this patch (but in next
patch), because this patch does not depend on anything from
hdmi-codec.c.