patch-2.3.48 linux/drivers/sound/midi_synth.c
Next file: linux/drivers/sound/midibuf.c
Previous file: linux/drivers/sound/maui.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Feb 24 22:12:57 2000
- Orig file:
v2.3.47/linux/drivers/sound/midi_synth.c
- Orig date:
Sun Mar 21 07:11:37 1999
diff -u --recursive --new-file v2.3.47/linux/drivers/sound/midi_synth.c linux/drivers/sound/midi_synth.c
@@ -21,8 +21,6 @@
#include "sound_config.h"
-#ifdef CONFIG_MIDI
-
#define _MIDI_SYNTH_C_
#include "midi_synth.h"
@@ -32,9 +30,6 @@
{0};
static unsigned char prev_out_status[MAX_MIDI_DEV];
-#ifndef CONFIG_SEQUENCER
-#define STORE(cmd)
-#else
#define STORE(cmd) \
{ \
int len; \
@@ -42,7 +37,6 @@
cmd; \
seq_input_event(obuf, len); \
}
-#endif
#define _seqbuf obuf
#define _seqbufptr 0
@@ -709,6 +703,3 @@
return 0;
}
-
-
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)