diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-10-10 12:32:16 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-13 02:17:43 +0200 |
commit | 9296bb43f1a3b60ab2e9c4ff48a296cacff117a9 (patch) | |
tree | d7cd105ff65b37228dd633e717107e8f373084f6 /sound | |
parent | 446e0f69101baa59de2473f7deba05a730acfe6e (diff) | |
download | kernel_goldelico_gta04-9296bb43f1a3b60ab2e9c4ff48a296cacff117a9.zip kernel_goldelico_gta04-9296bb43f1a3b60ab2e9c4ff48a296cacff117a9.tar.gz kernel_goldelico_gta04-9296bb43f1a3b60ab2e9c4ff48a296cacff117a9.tar.bz2 |
ALSA: ASoC: Make TLV320AIC26 user-visible
The TLV320AIC26 Kconfig option is unusual in that it supports the
OpenFirmware machine driver which doesn't have a hard binding to the
codec driver but discovers the codec via the device tree. This makes it
meaningful to select the codec without a machine driver.
Ideally there would be a proxy entry so that this option was only
visible on OpenFirmware systems.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 11eebce..4975d85 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -68,7 +68,7 @@ config SND_SOC_TLV320AIC23 depends on I2C config SND_SOC_TLV320AIC26 - tristate + tristate "TI TLV320AIC26 Codec support" depends on SPI config SND_SOC_TLV320AIC3X |