From: Chanwoo Choi Date: Tue, 20 Jul 2010 05:28:33 +0000 (+0900) Subject: ASoC: Select wm_hubs automatically for WM8994 X-Git-Tag: Ubuntu-5.13.0-19.19~31040^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=41f9a314af9c1f24b595f73ae73ee23db6d5e6a8;p=mirror_ubuntu-jammy-kernel.git ASoC: Select wm_hubs automatically for WM8994 Otherwise all machine drivers need to do so. Signed-off-by: Chanwoo Choi Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 31ac5538fe7e..5da30eb6ad00 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -83,8 +83,8 @@ config SND_SOC_ALL_CODECS config SND_SOC_WM_HUBS tristate - default y if SND_SOC_WM8993=y - default m if SND_SOC_WM8993=m + default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y + default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m config SND_SOC_AC97_CODEC tristate