patch-2.4.0-test9 linux/drivers/sound/gus_card.c

Next file: linux/drivers/sound/mad16.c
Previous file: linux/drivers/sound/esssolo1.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/sound/gus_card.c linux/drivers/sound/gus_card.c
@@ -198,7 +198,9 @@
 }
 #endif
 
+#ifdef CONFIG_SOUND_GUS16
 static int gus16 = 0;
+#endif
 #ifdef CONFIG_SOUND_GUSMAX
 static int no_wave_dma = 0;/* Set if no dma is to be used for the
                                    wave table (GF1 chip) */
@@ -223,12 +225,12 @@
 MODULE_PARM(dma, "i");
 MODULE_PARM(dma16, "i");
 MODULE_PARM(type, "i");
-MODULE_PARM(gus16, "i");
 #ifdef CONFIG_SOUND_GUSMAX
 MODULE_PARM(no_wave_dma, "i");
 #endif
 #ifdef CONFIG_SOUND_GUS16
 MODULE_PARM(db16, "i");
+MODULE_PARM(gus16, "i");
 #endif
 
 static int __init init_gus(void)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)