patch-2.3.48 linux/drivers/sound/wavfront.c
Next file: linux/drivers/usb/acm.c
Previous file: linux/drivers/sound/waveartist.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Feb 24 22:12:57 2000
- Orig file:
v2.3.47/linux/drivers/sound/wavfront.c
- Orig date:
Thu Feb 10 17:11:14 2000
diff -u --recursive --new-file v2.3.47/linux/drivers/sound/wavfront.c linux/drivers/sound/wavfront.c
@@ -86,7 +86,7 @@
*/
#if defined(__alpha__)
-#ifdef __SMP__
+#ifdef CONFIG_SMP
#define LOOPS_PER_SEC cpu_data[smp_processor_id()].loops_per_sec
#else
#define LOOPS_PER_SEC loops_per_sec
@@ -1686,13 +1686,11 @@
master otherwise.
*/
-#ifdef CONFIG_MIDI
if (dev.mididev > 0) {
midi_synth_controller (dev.mididev, guspatch.instr_no, 10,
((guspatch.panning << 4) > 127) ?
127 : (guspatch.panning << 4));
}
-#endif CONFIG_MIDI
return(0);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)