]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
If omap-alsa-mixer.c is compiled as module,
authorDirk Behme <dirk.behme@de.bosch.com>
Wed, 14 Sep 2005 14:17:26 +0000 (17:17 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Sep 2005 14:17:26 +0000 (17:17 +0300)
commit1afb5b9525c9ef1ee7411460f005db0d6a27a110
treed736b9d87c26e33f00aff3cd2435b464b1317865
parent162a656c4a2fd6966a9874ae1874fa903b29b648
If omap-alsa-mixer.c is compiled as module,
CONFIG_SENSORS_TLV320AIC23_MODULE is missing:
     CC [M]  sound/arm/omap-alsa-mixer.o
sound/arm/omap-alsa-mixer.c: In function SND_OMAP_WRITE'
sound/arm/omap-alsa-mixer.c: In function MIXER_NAME' undeclared (first
use in this function)
sound/arm/omap-alsa-mixer.c:487: error: (Each undeclared identifier is
reported only once
sound/arm/omap-alsa-mixer.c:487: error: for each function it appears in.)
Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
Btw: omap-alsa-mixer.c will not compile if CONFIG_SENSORS_TLV320AIC23 or
CONFIG_SENSORS_TLV320AIC23_MODULE aren't defined. May be this ifdef
should be removed?
sound/arm/omap-alsa-mixer.c