diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-08 09:09:41 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-11 16:33:50 -0400 |
commit | c93993aca45a223452d2a95383b655c85878c6e8 (patch) | |
tree | 444049190c24ff85c0779696b5e339cb1ab702a0 /sound/soc/codecs/Kconfig | |
parent | 0671fd8ef4b32200e75396cd299f0853002fc11e (diff) |
ASoC: Add WM8915 CODEC driver
The WM8915 is an ultra low power mobile CODEC designed for smartphones,
featuring a mixture of digital and analogue I/O with flexible mixing
options and advanced low power accessory detection functionality in a
compact package.
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index ee7374e8e97e..54d5dd6c63af 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -73,6 +73,7 @@ config SND_SOC_ALL_CODECS | |||
73 | select SND_SOC_WM8900 if I2C | 73 | select SND_SOC_WM8900 if I2C |
74 | select SND_SOC_WM8903 if I2C | 74 | select SND_SOC_WM8903 if I2C |
75 | select SND_SOC_WM8904 if I2C | 75 | select SND_SOC_WM8904 if I2C |
76 | select SND_SOC_WM8915 if I2C | ||
76 | select SND_SOC_WM8940 if I2C | 77 | select SND_SOC_WM8940 if I2C |
77 | select SND_SOC_WM8955 if I2C | 78 | select SND_SOC_WM8955 if I2C |
78 | select SND_SOC_WM8960 if I2C | 79 | select SND_SOC_WM8960 if I2C |
@@ -302,6 +303,9 @@ config SND_SOC_WM8903 | |||
302 | config SND_SOC_WM8904 | 303 | config SND_SOC_WM8904 |
303 | tristate | 304 | tristate |
304 | 305 | ||
306 | config SND_SOC_WM8915 | ||
307 | tristate | ||
308 | |||
305 | config SND_SOC_WM8940 | 309 | config SND_SOC_WM8940 |
306 | tristate | 310 | tristate |
307 | 311 | ||