[alsa-devel] [PATCH v4 01/10] ASoC: davinci: Fix AM33xx SoC Audio support
Jyri Sarha
jsarha at ti.com
Tue Oct 8 21:36:32 CEST 2013
SND_DAVINCI_SOC is a platform driver for Davinci and AM33XX SoCs, not
a machine driver. Make SND_AM33XX_SOC_EVM dependent of SND_DAVINCI_SOC
instead of selecting it and add dependecy to SOC_AM33XX.
Signed-off-by: Jyri Sarha <jsarha at ti.com>
---
sound/soc/davinci/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index 6c8e687..95970f5 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -2,7 +2,7 @@ config SND_DAVINCI_SOC
tristate "SoC Audio for the TI DAVINCI or AM33XX chip"
depends on ARCH_DAVINCI || SOC_AM33XX
help
- Machine driver for DAVINCI audio.
+ Platform driver for daVinci or AM33xx
Say Y or M if you want to add support for codecs attached to
the DAVINCI AC97, I2S, or McASP interface. You will also need
to select the audio interfaces to support below.
@@ -18,7 +18,7 @@ config SND_DAVINCI_SOC_VCIF
config SND_AM33XX_SOC_EVM
tristate "SoC Audio for the AM33XX chip based boards"
- select SND_DAVINCI_SOC
+ depends on SND_DAVINCI_SOC && SOC_AM33XX
select SND_SOC_TLV320AIC3X
select SND_DAVINCI_SOC_MCASP
help
--
1.7.9.5
More information about the Alsa-devel
mailing list