lkml.org 
[lkml]   [1997]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectsmall patch to 2.1.72 drivers/sound/gus_card.c
The attached small patch is so that a standard gravis ultrasound card
can be used as a module without the daughtercard option compiled in.

-Randy

------
Randy McCaskill
rmccask@comm-data.com ! Poodle... The other white meat
http://www.comm-data.com/~rmccask ! -- Sherman's Lagoon--- linux-2.1.72/drivers/sound/gus_card.c.old Tue Dec 9 22:43:16 1997
+++ linux-2.1.72/drivers/sound/gus_card.c Tue Dec 9 23:35:02 1997
@@ -259,8 +259,10 @@
void
cleanup_module(void)
{
+#ifdef CONFIG_GUS16
if (db16)
unload_gus_db16(&config);
+#endif
unload_gus(&config);
SOUND_LOCK_END;
}
\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.047 / U:1.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site