patch-2.1.102 linux/drivers/sound/midi_synth.c
Next file: linux/drivers/sound/midibuf.c
Previous file: linux/drivers/sound/midi_syms.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu May 14 10:33:17 1998
-  Orig file: 
v2.1.101/linux/drivers/sound/midi_synth.c
-  Orig date: 
Mon Feb 23 18:12:09 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/sound/midi_synth.c linux/drivers/sound/midi_synth.c
@@ -20,7 +20,7 @@
 
 #include "sound_config.h"
 
-#if defined(CONFIG_MIDI) || defined (MODULE)
+#ifdef CONFIG_MIDI
 
 #define _MIDI_SYNTH_C_
 
@@ -31,7 +31,7 @@
 {0};
 static unsigned char prev_out_status[MAX_MIDI_DEV];
 
-#if !defined(CONFIG_SEQUENCER) && !defined(MODULE)
+#ifndef CONFIG_SEQUENCER
 #define STORE(cmd)
 #else
 #define STORE(cmd) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov