aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2008-07-29 06:42:31 -0400
committerJaroslav Kysela <perex@perex.cz>2008-07-29 15:32:24 -0400
commitd8e3bb7385da0bcdda4ffa600489fa1439b14673 (patch)
tree98f74a59af2890b4aa60f3a2096a32e087d28a94 /sound/soc/codecs/Kconfig
parentdc641378b5ee220aa29ed8b8f51b7af9a19a7719 (diff)
ALSA: ASoC: Add Texas Instruments TLV320AIC26 codec driver
ASoC Codec driver for the TLV320AIC26 device. As it stands, this driver doesn't support all the modes and clocking options of the AIC16, but it is a start. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 1db04a28a53d..9e09fa5f2d45 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -47,6 +47,10 @@ config SND_SOC_CS4270_VD33_ERRATA
47 bool 47 bool
48 depends on SND_SOC_CS4270 48 depends on SND_SOC_CS4270
49 49
50config SND_SOC_TLV320AIC26
51 tristate "TI TLV320AIC26 Codec support"
52 depends on SND_SOC && SPI
53
50config SND_SOC_TLV320AIC3X 54config SND_SOC_TLV320AIC3X
51 tristate 55 tristate
52 depends on I2C 56 depends on I2C