From: Olof Johansson Date: Thu, 10 Dec 2009 17:15:55 +0000 (-0600) Subject: ASoC: Fix build of OMAP sound drivers X-Git-Tag: v2.6.33-rc1~294^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761c9d45d14e0afa3c0b8eb84b4075602e50533b;p=pandora-kernel.git ASoC: Fix build of OMAP sound drivers There are build errors when building for some of the omap2/3 boards without enabling sound: sound/built-in.o:(.data+0x43bc): undefined reference to `soc_codec_dev_tlv320aic23' sound/built-in.o:(.data+0x43cc): undefined reference to `tlv320aic23_dai' Confused me quite a bit since the drivers that had references to the codec weren't enabled. Turns out the Makefile was using the wrong config option to enable them. Patch below. Reported-by: Anand Gadiyar Signed-off-by: Olof Johansson Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed