Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dasoundef.h304 #define MIDI_CTL_ALL_NOTES_OFF 0x7b macro
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c361 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control()
/openbmc/linux/sound/core/seq/
H A Dseq_midi_emul.c332 case MIDI_CTL_ALL_NOTES_OFF: in do_control()
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c487 ev.data.control.param = MIDI_CTL_ALL_NOTES_OFF; in snd_seq_oss_midi_reset()