mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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>
This commit is contained in:
parent
446e0f6910
commit
9296bb43f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue