Re: [PATCH 1/1] ASoC: AM3517: ASoC driver not getting compiled

2010-01-29 Thread Mark Brown
On Fri, Jan 29, 2010 at 03:49:22PM +0530, Anuj Aggarwal wrote: > Commit 761c9d45 (ASoC: Fix build of OMAP sound drivers) changes > CONFIG_MACH_OMAP3517EVM -> CONFIG_SND_OMAP_SOC_OMAP3517EVM in the > Makefile. Whereas the config option defined in Kconfig is > SND_OMAP_SOC_AM3517EVM. Because of this,

[PATCH 1/1] ASoC: AM3517: ASoC driver not getting compiled

2010-01-29 Thread Anuj Aggarwal
Commit 761c9d45 (ASoC: Fix build of OMAP sound drivers) changes CONFIG_MACH_OMAP3517EVM -> CONFIG_SND_OMAP_SOC_OMAP3517EVM in the Makefile. Whereas the config option defined in Kconfig is SND_OMAP_SOC_AM3517EVM. Because of this, ASoC driver for AM3517 was not getting compiled. Signed-off-by: Anuj