Re: [2.3.99-pre4 #3/4/5] [FIX] Soundcore sticking w/ SB16

From: Oleg Drokin (green@ccssu.ccssu.crimea.ua)
Date: Sat Apr 08 2000 - 14:34:32 EST


In article <XFMail.20000408070848.markorr@intersurf.com> you wrote:

MO> Just compile 2.3.99-pre5, and while it seems to have cleared up
MO> the SHM crashing, there's still is a problem with the modular
MO> sound card drivers that's been there since 99-pre4 #3. (pre4 #2
MO> was fine).
MO> Apr 8 06:46:59 mdm-143-137 kernel: Sound device 6 went missing!

Patch to fix that is attached. It seems someone just killed wrong line ;)

--- drivers/sound/soundcard.c.orig Sat Apr 8 22:28:44 2000
+++ drivers/sound/soundcard.c Sat Apr 8 22:29:11 2000
@@ -605,7 +605,7 @@
 
 static void destroy_special_devices(void)
 {
- unregister_sound_special(6);
+ unregister_sound_special(1);
         unregister_sound_special(8);
 }

Bye,
    Oleg

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



This archive was generated by hypermail 2b29 : Sat Apr 15 2000 - 21:00:11 EST