lkml.org 
[lkml]   [2000]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.3.99pre2 compile problem for sound blaster
Hello!

Thomas Molina wrote:
[...]
> > > drivers/sound/sounddrivers.o: In function `sb_dsp_unload':
> > > drivers/sound/sounddrivers.o(.text+0x3056): undefined reference to
> > > `sbmixnum'
> > > make: *** [vmlinux] Error 1
[...]
> I'll try again, but I don't believe so. It should be a clean 2.3.51
> patched with 2.3.99pre followed by pre2-3.

I have the same problem.
The attached patch solves it but I don't know whether it is the right
solution.

Stefan--- v2.3.99pre2-5/linux/drivers/sound/sb_mixer.c Sat Mar 18 23:39:43 2000
+++ linux/drivers/sound/sb_mixer.c Sat Mar 18 23:42:57 2000
@@ -215,7 +215,7 @@
0x00 /* SOUND_MIXER_LINE3 */
};

-static int sbmixnum = 1;
+int sbmixnum = 1;

static void sb_mixer_reset(sb_devc * devc);
\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.075 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site