On Fri, 8 Mar 2002, bert hubert wrote:

> On Fri, Mar 08, 2002 at 12:26:13PM +0100, Jaroslav Kysela wrote:
> > On Fri, 8 Mar 2002, bert hubert wrote:
> > 
> > > With ALSA in kernel 2.5.6 and all sound cards compiled as modules,
> > > sound/core/pcm.c & friends are not built into snd-pcm.o and linked into the
> > > main kernel, leading to a lot of unresolved symbols.
> > 
> > Could you explain your more problem more? I don't see it clearly. You may 
> > send me your linux/.config (ALSA section) as well. Thanks.
> 
> Of course! Please find attached the errors & my complete .config.
> 
> I just tested after running mrproper and the problem is still there.
> 
> Once you include a single driver in the kernel, everything works
> wonderfully! My laptop no longer crashes using the trident driver.

Thank you. This patch solves the problem:

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile    5 Mar 2002 20:47:26 -0000       1.12
+++ Makefile    8 Mar 2002 11:48:48 -0000
@@ -37,6 +37,8 @@
   obj-y += oss/oss.o
 endif

+obj-$(CONFIG_SND_PCM_OSS) += snd-pcm.o
+
 subdir-$(CONFIG_SND_SEQUENCER) += seq
 ifeq ($(CONFIG_SND_SEQUENCER),y)
   subdir-m += seq

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to