Home
last modified time | relevance | path

Searched refs:MIDI_CTL_ALL_NOTES_OFF (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/sound/
Dasoundef.h319 #define MIDI_CTL_ALL_NOTES_OFF 0x7b macro
/Linux-v4.19/sound/synth/emux/
Demux_oss.c374 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control()
/Linux-v4.19/sound/core/seq/
Dseq_midi_emul.c341 case MIDI_CTL_ALL_NOTES_OFF: in do_control()
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_midi.c482 ev.data.control.param = MIDI_CTL_ALL_NOTES_OFF; in snd_seq_oss_midi_reset()