Re: [Alsa-devel] [2.6 patch] fix the SND_FM801_TEA575X dependencies

From: Takashi Iwai
Date: Thu Jun 29 2006 - 07:21:58 EST


At Thu, 29 Jun 2006 13:10:58 +0200,
Adrian Bunk wrote:
>
> On Thu, Jun 29, 2006 at 12:57:49PM +0200, Takashi Iwai wrote:
> > At Thu, 29 Jun 2006 11:49:44 +0200,
> > Adrian Bunk wrote:
> > >
> > > CONFIG_SND_FM801=y, CONFIG_SND_FM801_TEA575X=m resulted in the following
> > > compile error:
> > >
> > > <-- snip -->
> > >
> > > ...
> > > LD vmlinux
> > > sound/built-in.o: In function `snd_fm801_free':
> > > fm801.c:(.text+0x3c15b): undefined reference to `snd_tea575x_exit'
> > > sound/built-in.o: In function `snd_card_fm801_probe':
> > > fm801.c:(.text+0x3cfde): undefined reference to `snd_tea575x_init'
> > > make: *** [vmlinux] Error 1
> > >
> > > <-- snip -->
> > >
> > > This patch fixes kernel Bugzilla #6458.
> > >
> > > Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
> >
> > Could it be a simplier one like below?
>
>
> Your patch would in the case of SND_FM801=m:
> - build snd-tea575x-tuner.o statically into the kernel
> - set VIDEO_DEV=y

Ah I see. The I applied your patch to ALSA repo.

Thanks.

Takashi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/