diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-05-23 19:13:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-24 08:15:21 -0400 |
commit | 3c166c7f1828f226c7f478758bf6c8ce8be1623f (patch) | |
tree | 6cbede14c240f7c4f91959761b93b5d17b13f6a9 /sound/soc/codecs/Kconfig | |
parent | 0154724d487586241c1ad57cfd348ed2ff2274e2 (diff) |
ASoC: Codec for STAC9766 used on the Efika
Datasheet: http://www.idt.com/products/getDoc.cfm?docID=13134007
Signed-off-by: Jon Smirl <jonsmirl@gmail.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 7f78b65fc4e3..cb07d9b51b61 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -19,6 +19,7 @@ config SND_SOC_ALL_CODECS | |||
19 | select SND_SOC_CS4270 if I2C | 19 | select SND_SOC_CS4270 if I2C |
20 | select SND_SOC_PCM3008 | 20 | select SND_SOC_PCM3008 |
21 | select SND_SOC_SSM2602 if I2C | 21 | select SND_SOC_SSM2602 if I2C |
22 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | ||
22 | select SND_SOC_TLV320AIC23 if I2C | 23 | select SND_SOC_TLV320AIC23 if I2C |
23 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 24 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
24 | select SND_SOC_TLV320AIC3X if I2C | 25 | select SND_SOC_TLV320AIC3X if I2C |
@@ -93,6 +94,9 @@ config SND_SOC_PCM3008 | |||
93 | config SND_SOC_SSM2602 | 94 | config SND_SOC_SSM2602 |
94 | tristate | 95 | tristate |
95 | 96 | ||
97 | config SND_SOC_STAC9766 | ||
98 | tristate | ||
99 | |||
96 | config SND_SOC_TLV320AIC23 | 100 | config SND_SOC_TLV320AIC23 |
97 | tristate | 101 | tristate |
98 | 102 | ||