Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dasoundef.h319 #define MIDI_CTL_ALL_NOTES_OFF 0x7b macro
/linux-4.4.14/sound/synth/emux/
Demux_oss.c376 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control()
/linux-4.4.14/sound/core/seq/
Dseq_midi_emul.c340 case MIDI_CTL_ALL_NOTES_OFF: in do_control()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_midi.c480 ev.data.control.param = MIDI_CTL_ALL_NOTES_OFF; in snd_seq_oss_midi_reset()