aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-05 08:20:59 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-05 08:38:57 -0400
commit9a76f1ff6e299fbb04149fe15aff061351fd0dab (patch)
treea9101f20804588022dd6f3307663f58104ceb150 /sound/soc/codecs/Kconfig
parentbda7d2a862e6b788bca2d02d38a07966a9c92e48 (diff)
ASoC: Add initial WM8962 CODEC driver
The WM8962 is a low power, high performance stereo CODEC designed for portable digital audio applications. This initial driver release supports the key audio paths of the WM8962. Extended functionality, such as microphone detection, digital microphones and the advanced DSP signal enhancements provided by the device are not yet supported. 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 83f5c67d3c41..bfdd92b78fb6 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -61,6 +61,7 @@ config SND_SOC_ALL_CODECS
61 select SND_SOC_WM8955 if I2C 61 select SND_SOC_WM8955 if I2C
62 select SND_SOC_WM8960 if I2C 62 select SND_SOC_WM8960 if I2C
63 select SND_SOC_WM8961 if I2C 63 select SND_SOC_WM8961 if I2C
64 select SND_SOC_WM8962 if I2C
64 select SND_SOC_WM8971 if I2C 65 select SND_SOC_WM8971 if I2C
65 select SND_SOC_WM8974 if I2C 66 select SND_SOC_WM8974 if I2C
66 select SND_SOC_WM8978 if I2C 67 select SND_SOC_WM8978 if I2C
@@ -248,6 +249,9 @@ config SND_SOC_WM8960
248config SND_SOC_WM8961 249config SND_SOC_WM8961
249 tristate 250 tristate
250 251
252config SND_SOC_WM8962
253 tristate
254
251config SND_SOC_WM8971 255config SND_SOC_WM8971
252 tristate 256 tristate
253 257