diff options
author | Zeng Zhaoming <zhaoming.zeng@freescale.com> | 2011-02-23 13:08:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-25 07:09:33 -0500 |
commit | 9b34e6cc3bc2bf826c078c93c81b46f6c08da25f (patch) | |
tree | db46b5a8de5f6853133766d1eeb0acadb51df744 /sound/soc/codecs/Kconfig | |
parent | ceade6c81bd913b23bffb3d80909ea430850c79b (diff) |
ASoC: Add Freescale SGTL5000 codec support
Add Freescale SGTL5000 codec support.
Supported features:
- line-in and mic input
- headphone and line-out output
- line-in bypass ADC and DAC to headphone
- 16, 20, 24, 32 bit audio
- 8 ~ 96k sample rates
Signed-off-by: Zeng Zhaoming <zhaoming.zeng@freescale.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index e239345a4d5d..c04da1871297 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -33,6 +33,7 @@ config SND_SOC_ALL_CODECS | |||
33 | select SND_SOC_MAX98088 if I2C | 33 | select SND_SOC_MAX98088 if I2C |
34 | select SND_SOC_MAX9877 if I2C | 34 | select SND_SOC_MAX9877 if I2C |
35 | select SND_SOC_PCM3008 | 35 | select SND_SOC_PCM3008 |
36 | select SND_SOC_SGTL5000 if I2C | ||
36 | select SND_SOC_SN95031 if INTEL_SCU_IPC | 37 | select SND_SOC_SN95031 if INTEL_SCU_IPC |
37 | select SND_SOC_SPDIF | 38 | select SND_SOC_SPDIF |
38 | select SND_SOC_SSM2602 if I2C | 39 | select SND_SOC_SSM2602 if I2C |
@@ -182,6 +183,10 @@ config SND_SOC_MAX98088 | |||
182 | config SND_SOC_PCM3008 | 183 | config SND_SOC_PCM3008 |
183 | tristate | 184 | tristate |
184 | 185 | ||
186 | #Freescale sgtl5000 codec | ||
187 | config SND_SOC_SGTL5000 | ||
188 | tristate | ||
189 | |||
185 | config SND_SOC_SN95031 | 190 | config SND_SOC_SN95031 |
186 | tristate | 191 | tristate |
187 | 192 | ||