Message ID | 7289635e982532bb1a53865ae09cb7b17d866525.1382110089.git.jsarha@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Oct 18, 2013 at 06:37:40PM +0300, Jyri Sarha wrote: > 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. This doesn't apply against topic/davinci or -next - can you please check?
On 10/22/2013 03:24 PM, Mark Brown wrote: > On Fri, Oct 18, 2013 at 06:37:40PM +0300, Jyri Sarha wrote: >> 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. > > This doesn't apply against topic/davinci or -next - can you please > check? > It seems the "ASoC: davinci: Add support for AM33xx SoC Audio"-patch is missing from the tree. I dropped it from the set because I tought you merged it earlier. I'll restore the "ASoC: davinci: Add support for AM33xx SoC Audio" -patch to next version of the set and squash this one in to it. Best regards, Jyri -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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@ti.com> --- sound/soc/davinci/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)