diff options
author | Arun KS <arunks@mistralsolutions.com> | 2008-10-02 05:15:49 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-12 20:16:48 -0400 |
commit | c1f27190a72e9310f1777261b33a05319ff2822c (patch) | |
tree | 489c55c9dec5776d1da2a9abffbd267d04e9c896 /sound/soc/codecs/Kconfig | |
parent | 869fbb36eeb599eb284548232dce40bb413ed2e9 (diff) |
ALSA: ASoC: Add TLV320AIC23 codec driver
ASoC codec driver for TLV320AIC23 device
Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 0507fcf66084..bdead2dc9968 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -7,6 +7,7 @@ config SND_SOC_ALL_CODECS | |||
7 | select SND_SOC_AK4535 | 7 | select SND_SOC_AK4535 |
8 | select SND_SOC_CS4270 | 8 | select SND_SOC_CS4270 |
9 | select SND_SOC_SSM2602 | 9 | select SND_SOC_SSM2602 |
10 | select SND_SOC_TLV320AIC23 | ||
10 | select SND_SOC_TLV320AIC26 | 11 | select SND_SOC_TLV320AIC26 |
11 | select SND_SOC_TLV320AIC3X | 12 | select SND_SOC_TLV320AIC3X |
12 | select SND_SOC_UDA1380 | 13 | select SND_SOC_UDA1380 |
@@ -62,6 +63,10 @@ config SND_SOC_CS4270_VD33_ERRATA | |||
62 | config SND_SOC_SSM2602 | 63 | config SND_SOC_SSM2602 |
63 | tristate | 64 | tristate |
64 | 65 | ||
66 | config SND_SOC_TLV320AIC23 | ||
67 | tristate | ||
68 | depends on I2C | ||
69 | |||
65 | config SND_SOC_TLV320AIC26 | 70 | config SND_SOC_TLV320AIC26 |
66 | tristate "TI TLV320AIC26 Codec support" | 71 | tristate "TI TLV320AIC26 Codec support" |
67 | depends on SND_SOC && SPI | 72 | depends on SND_SOC && SPI |