mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
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 |
||
|---|---|---|
| .. | ||
| midi.c | ||
| midi.h | ||
| midiq.h | ||
| mpu401.c | ||
| mpu401.h | ||
| mpu_if.m | ||
| mpufoi_if.m | ||
| sequencer.c | ||
| sequencer.h | ||
| synth_if.m | ||