patch-2.1.102 linux/drivers/sound/gus_wave.c
Next file: linux/drivers/sound/hex2hex.c
Previous file: linux/drivers/sound/gus_vol.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu May 14 10:33:17 1998
- Orig file:
v2.1.101/linux/drivers/sound/gus_wave.c
- Orig date:
Tue Apr 14 14:29:24 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/sound/gus_wave.c linux/drivers/sound/gus_wave.c
@@ -25,7 +25,7 @@
#include <linux/ultrasound.h>
#include "gus_hw.h"
-#if defined(CONFIG_GUS) || defined(MODULE)
+#ifdef CONFIG_GUS
#define GUS_BANK_SIZE (((iw_mode) ? 256*1024*1024 : 256*1024))
@@ -3115,7 +3115,7 @@
hw_config->slots[0] = sdev;
synth_devs[sdev] = &guswave_operations;
sequencer_init();
-#if defined(CONFIG_SEQUENCER) || defined(MODULE)
+#ifdef CONFIG_SEQUENCER
gus_tmr_install(gus_base + 8);
#endif
}
@@ -3442,7 +3442,7 @@
}
}
-#if defined(CONFIG_SEQUENCER) || defined(MODULE)
+#ifdef CONFIG_SEQUENCER
/*
* Timer stuff
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov