patch-2.0.36 linux/drivers/sound/sequencer.c
Next file: linux/fs/block_dev.c
Previous file: linux/drivers/sound/sb_common.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Nov 15 10:33:11 1998
- Orig file:
v2.0.35/linux/drivers/sound/sequencer.c
- Orig date:
Mon Aug 25 13:25:04 1997
diff -u --recursive --new-file v2.0.35/linux/drivers/sound/sequencer.c linux/drivers/sound/sequencer.c
@@ -1149,7 +1149,10 @@
}
if (!max_synthdev && !max_mididev)
- return -(ENXIO);
+ {
+ sequencer_busy = 0;
+ return -(ENXIO);
+ }
synth_open_mask = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov