]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit215ec666a4ee770cedc363179e2f3117231723e5
tree31c85e6ff2e0cd2a3aeca68f41ad2143ba2909b1
parent7f26a1047f3987f4ade30c9f05980056af870caa
ASoC: AM3517: ASoC driver not getting compiled

Commit fe0d68d0 (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>
sound/soc/omap/Makefile