CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/26 13:55:24
Modified files:
sys/dev : midi.c midivar.h
Log message:
Use existing `audio_lock' mutex(9) to make `midi{read,write}_filtops' MP
safe. knote_locked(9) will not grab kernel lock, so call it directly from
interrupt handlers instead of scheduling software interrupts.
feedback and ok ratchov
