patch-2.3.48 linux/drivers/sound/gus_wave.c
Next file: linux/drivers/sound/ics2101.c
Previous file: linux/drivers/sound/gus_vol.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Thu Feb 24 22:12:57 2000
- Orig file:
v2.3.47/linux/drivers/sound/gus_wave.c
- Orig date:
Tue May 11 23:40:50 1999
diff -u --recursive --new-file v2.3.47/linux/drivers/sound/gus_wave.c linux/drivers/sound/gus_wave.c
@@ -25,8 +25,6 @@
#include <linux/ultrasound.h>
#include "gus_hw.h"
-#ifdef CONFIG_GUS
-
#define GUS_BANK_SIZE (((iw_mode) ? 256*1024*1024 : 256*1024))
#define MAX_SAMPLE 150
@@ -3111,9 +3109,7 @@
hw_config->slots[0] = sdev;
synth_devs[sdev] = &guswave_operations;
sequencer_init();
-#ifdef CONFIG_SEQUENCER
gus_tmr_install(gus_base + 8);
-#endif
}
reset_sample_memory();
@@ -3433,8 +3429,6 @@
}
}
-#ifdef CONFIG_SEQUENCER
-
/*
* Timer stuff
*/
@@ -3535,6 +3529,3 @@
sound_timer_init(&gus_tmr, "GUS");
#endif
}
-#endif
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)