17 Jul
2019
17 Jul
'19
10:12 a.m.
On Tue, Jul 16, 2019 at 10:14 PM Tzung-Bi Shih tzungbi@google.com wrote:
On Tue, Jul 16, 2019 at 7:58 PM Cheng-Yi Chiang cychiang@chromium.org 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.