aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-29 12:47:12 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-01 13:37:01 -0500
commit9e6e96a197a03752d39a63e4f83e0b707ccedad7 (patch)
tree3ccd7e51d3e37a33fb14d75472b3336c5202abc8 /sound/soc/codecs/Kconfig
parentbe587ef4f20cb5a0e42264909fa702a24081a160 (diff)
ASoC: Add WM8994 CODEC driver
The WM8994 is a highly integrated ultra-low power hi-fi audio subsystem designed for smartphones and other portable devices rich in multimedia features. It provides advanced digital mixing facilities enabling low power high quality interconnection of CPU, baseband and other audio sources through flexible digital and analogue routing, and integrates a class W headphone driver and stereo class D speaker drivers. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 0aad72fc1961..6b8a10120f9c 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -61,6 +61,7 @@ config SND_SOC_ALL_CODECS
61 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI 61 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
62 select SND_SOC_WM8990 if I2C 62 select SND_SOC_WM8990 if I2C
63 select SND_SOC_WM8993 if I2C 63 select SND_SOC_WM8993 if I2C
64 select SND_SOC_WM8994 if I2C
64 select SND_SOC_WM9081 if I2C 65 select SND_SOC_WM9081 if I2C
65 select SND_SOC_WM9705 if SND_SOC_AC97_BUS 66 select SND_SOC_WM9705 if SND_SOC_AC97_BUS
66 select SND_SOC_WM9712 if SND_SOC_AC97_BUS 67 select SND_SOC_WM9712 if SND_SOC_AC97_BUS
@@ -243,6 +244,9 @@ config SND_SOC_WM8990
243config SND_SOC_WM8993 244config SND_SOC_WM8993
244 tristate 245 tristate
245 246
247config SND_SOC_WM8994
248 tristate
249
246config SND_SOC_WM9081 250config SND_SOC_WM9081
247 tristate 251 tristate
248 252