freebsd-dev/sys/dev/sound/midi
Tai-hwa Liang 076cf2dd66 Using the error return code documented in the comment.
Though there is no direct midi_uninit() caller amongst existing drivers
at this moment, a quick experiment indicates that EBUSY gives users more
precise error message once drivers start to honour this result.  For example,
emu_midi_detach() should check the result of mpu401_uninit() and block
module unloading if there is any MIDI I/O in progress.

MFC after:	2 weeks
2015-08-18 13:16:06 +00:00
..
midi.c Using the error return code documented in the comment. 2015-08-18 13:16:06 +00:00
midi.h
midiq.h
mpu401.c
mpu401.h
mpu_if.m
mpufoi_if.m
sequencer.c Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) 2015-06-26 04:12:06 +00:00
sequencer.h
synth_if.m