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

From: Cheng-yi Chiang
Date: Wed Jul 17 2019 - 04:13:18 EST


On Tue, Jul 16, 2019 at 10:14 PM Tzung-Bi Shih <tzungbi@xxxxxxxxxx> wrote:
>
> 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.
Thanks for the explanation.
I'll fix in v5.