diff options
author | Peter Hsiang <cdefgab1288@gmail.com> | 2011-04-04 22:35:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-06 10:15:23 -0400 |
commit | 82a5a936f6dea13849d93a2899a9b7294a8db336 (patch) | |
tree | a656b71223dfa0cd242d236d45091abbc1f7df0a /sound/soc/codecs/Kconfig | |
parent | fa880004682cf0d10e7a7c71dc8d56bbd67ac3d5 (diff) |
ASoC: Add max98095 CODEC driver
This patch adds the MAX98095 CODEC driver.
Signed-off-by: Peter Hsiang <peter.hsiang@maxim-ic.com>
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 b814ed0a1636..78da05b5e5eb 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -33,6 +33,7 @@ config SND_SOC_ALL_CODECS | |||
33 | select SND_SOC_JZ4740_CODEC if SOC_JZ4740 | 33 | select SND_SOC_JZ4740_CODEC if SOC_JZ4740 |
34 | select SND_SOC_LM4857 if I2C | 34 | select SND_SOC_LM4857 if I2C |
35 | select SND_SOC_MAX98088 if I2C | 35 | select SND_SOC_MAX98088 if I2C |
36 | select SND_SOC_MAX98095 if I2C | ||
36 | select SND_SOC_MAX9850 if I2C | 37 | select SND_SOC_MAX9850 if I2C |
37 | select SND_SOC_MAX9877 if I2C | 38 | select SND_SOC_MAX9877 if I2C |
38 | select SND_SOC_PCM3008 | 39 | select SND_SOC_PCM3008 |
@@ -187,6 +188,9 @@ config SND_SOC_DMIC | |||
187 | config SND_SOC_MAX98088 | 188 | config SND_SOC_MAX98088 |
188 | tristate | 189 | tristate |
189 | 190 | ||
191 | config SND_SOC_MAX98095 | ||
192 | tristate | ||
193 | |||
190 | config SND_SOC_MAX9850 | 194 | config SND_SOC_MAX9850 |
191 | tristate | 195 | tristate |
192 | 196 | ||