aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorZeng Zhaoming <zhaoming.zeng@freescale.com>2011-02-23 13:08:21 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-25 07:09:33 -0500
commit9b34e6cc3bc2bf826c078c93c81b46f6c08da25f (patch)
treedb46b5a8de5f6853133766d1eeb0acadb51df744 /sound/soc/codecs/Kconfig
parentceade6c81bd913b23bffb3d80909ea430850c79b (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/Kconfig5
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
182config SND_SOC_PCM3008 183config SND_SOC_PCM3008
183 tristate 184 tristate
184 185
186#Freescale sgtl5000 codec
187config SND_SOC_SGTL5000
188 tristate
189
185config SND_SOC_SN95031 190config SND_SOC_SN95031
186 tristate 191 tristate
187 192