diff options
author | Hugo Villeneuve <hugo@hugovil.com> | 2008-11-19 01:37:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-19 08:16:38 -0500 |
commit | 1c0090c280da18f79e3e94168b5f3bfe4eb5f1c8 (patch) | |
tree | 0e81a01eccca0060c964fa0646ac6792f98f3213 /sound/soc/codecs/Kconfig | |
parent | ca3ea02e90d63a6a91c1c2a445d6d71f9031a44a (diff) |
ASoC: Add PCM3008 ALSA SoC driver
The PCM3008 is a 16-bit stereo audio codec. It accepts
left-justified format for ADC, and right-justified format
for DAC. Independent power-down modes for ADC and DAC are
provided, as well as a digital de-emphasis filter (4 modes).
[Merged Makefile & Kconfig, changed asm/gpio.h to linux/gpio.h -- broonie]
Signed-off-by: Hugo Villeneuve <hugo@hugovil.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 04f49f5c3c3d..bf68052d6924 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -5,6 +5,7 @@ config SND_SOC_ALL_CODECS | |||
5 | select SND_SOC_AD73311 if I2C | 5 | select SND_SOC_AD73311 if I2C |
6 | select SND_SOC_AK4535 if I2C | 6 | select SND_SOC_AK4535 if I2C |
7 | select SND_SOC_CS4270 if I2C | 7 | select SND_SOC_CS4270 if I2C |
8 | select SND_SOC_PCM3008 | ||
8 | select SND_SOC_SSM2602 if I2C | 9 | select SND_SOC_SSM2602 if I2C |
9 | select SND_SOC_TLV320AIC23 if I2C | 10 | select SND_SOC_TLV320AIC23 if I2C |
10 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 11 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
@@ -70,6 +71,9 @@ config SND_SOC_CS4270_VD33_ERRATA | |||
70 | config SND_SOC_L3 | 71 | config SND_SOC_L3 |
71 | tristate | 72 | tristate |
72 | 73 | ||
74 | config SND_SOC_PCM3008 | ||
75 | tristate | ||
76 | |||
73 | config SND_SOC_SSM2602 | 77 | config SND_SOC_SSM2602 |
74 | tristate | 78 | tristate |
75 | 79 | ||