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,
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