aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-26 06:56:07 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-12-04 11:50:53 -0500
commita91eb199e4dc8a2ab3fb7a53f1a23ce82b29fc04 (patch)
treef0ef6ed46e0ed0e6408d2c21e5e7b294c76fbf88 /sound/soc/codecs/Kconfig
parentd033c36ae5cec22c893c710cd026fb732c4086b9 (diff)
ASoC: Initial WM8904 CODEC driver
The WM8904 is a high performance ultra-low power stereo CODEC optimised for portable audio applications, with features including a class W amplifier, FLL with free running mode, Mobile ReTune and ground referenced headphone and line outputs. Support for some features, most particularly the digital microphone interface, is not yet present. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 52b005f8fed4..011d3ab7e64a 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -49,6 +49,7 @@ config SND_SOC_ALL_CODECS
49 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI 49 select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
50 select SND_SOC_WM8900 if I2C 50 select SND_SOC_WM8900 if I2C
51 select SND_SOC_WM8903 if I2C 51 select SND_SOC_WM8903 if I2C
52 select SND_SOC_WM8904 if I2C
52 select SND_SOC_WM8940 if I2C 53 select SND_SOC_WM8940 if I2C
53 select SND_SOC_WM8960 if I2C 54 select SND_SOC_WM8960 if I2C
54 select SND_SOC_WM8961 if I2C 55 select SND_SOC_WM8961 if I2C
@@ -203,6 +204,9 @@ config SND_SOC_WM8900
203config SND_SOC_WM8903 204config SND_SOC_WM8903
204 tristate 205 tristate
205 206
207config SND_SOC_WM8904
208 tristate
209
206config SND_SOC_WM8940 210config SND_SOC_WM8940
207 tristate 211 tristate
208 212