diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-05 13:20:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-05 13:38:57 +0100 |
commit | 9a76f1ff6e299fbb04149fe15aff061351fd0dab (patch) | |
tree | a9101f20804588022dd6f3307663f58104ceb150 /sound/soc/codecs/Kconfig | |
parent | bda7d2a862e6b788bca2d02d38a07966a9c92e48 (diff) | |
download | kernel_samsung_smdk4412-9a76f1ff6e299fbb04149fe15aff061351fd0dab.zip kernel_samsung_smdk4412-9a76f1ff6e299fbb04149fe15aff061351fd0dab.tar.gz kernel_samsung_smdk4412-9a76f1ff6e299fbb04149fe15aff061351fd0dab.tar.bz2 |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 83f5c67..bfdd92b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -61,6 +61,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM8955 if I2C select SND_SOC_WM8960 if I2C select SND_SOC_WM8961 if I2C + select SND_SOC_WM8962 if I2C select SND_SOC_WM8971 if I2C select SND_SOC_WM8974 if I2C select SND_SOC_WM8978 if I2C @@ -248,6 +249,9 @@ config SND_SOC_WM8960 config SND_SOC_WM8961 tristate +config SND_SOC_WM8962 + tristate + config SND_SOC_WM8971 tristate |