[alsa-devel] [PATCH 3/3] ASoC: multi-component - Enable WM8993/4 common code to support WM8994

Chanwoo Choi cw00.choi at samsung.com
Tue Jul 20 07:28:33 CEST 2010


This patch enable WM8993/4 common code which is used in WM8994 driver.

Signed-off-by: Chanwoo Choi <cw00.choi at samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
 sound/soc/codecs/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index ea1f5ed..17e28eb 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -85,8 +85,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
-- 
1.6.3.3





More information about the Alsa-devel mailing list