diff options
author | Christian Glindkamp <christian.glindkamp@taskit.de> | 2011-03-09 05:20:04 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-11 07:01:44 -0500 |
commit | 0e45cab64449660fe83bb71208ab43b8d22a5648 (patch) | |
tree | a8f92d356a12ec6298dd0c21b177ff576b83c7b2 /sound/soc/codecs/Kconfig | |
parent | 3cbdd7533148f00444013700af89548b8cf32646 (diff) |
ASoC: Add MAX9850 codec driver
This patch adds ASoC support for the MAX9850 codec with headphone
amplifier.
Supported features:
- Playback
- 16, 20 and 24 bit audio
- 8k - 48k sample rates
- DAPM
Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
Acked-by: Liam Girdwood <lrg@ti.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 10f11dd98c23..d63c1754e05f 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_MAX9850 if I2C | ||
36 | select SND_SOC_MAX9877 if I2C | 37 | select SND_SOC_MAX9877 if I2C |
37 | select SND_SOC_PCM3008 | 38 | select SND_SOC_PCM3008 |
38 | select SND_SOC_SGTL5000 if I2C | 39 | select SND_SOC_SGTL5000 if I2C |
@@ -186,6 +187,9 @@ config SND_SOC_DMIC | |||
186 | config SND_SOC_MAX98088 | 187 | config SND_SOC_MAX98088 |
187 | tristate | 188 | tristate |
188 | 189 | ||
190 | config SND_SOC_MAX9850 | ||
191 | tristate | ||
192 | |||
189 | config SND_SOC_PCM3008 | 193 | config SND_SOC_PCM3008 |
190 | tristate | 194 | tristate |
191 | 195 | ||