ASoC: AM3517: ASoC driver not getting compiled
authorAnuj Aggarwal <anuj.aggarwal@ti.com>
Fri, 29 Jan 2010 10:19:22 +0000 (15:49 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 29 Jan 2010 13:43:51 +0000 (13:43 +0000)
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 Aggarwal <anuj.aggarwal@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found