Fix build of OMAP sound drivers
authorOlof Johansson <olof@lixom.net>
Thu, 10 Dec 2009 17:15:55 +0000 (17:15 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Dec 2009 23:42:46 +0000 (15:42 -0800)
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 <gadiyar@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found