Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsoundcard.h1007 #define MIDI_NOTEON 0x90 macro
1141 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
/linux-4.1.27/sound/oss/
Dsequencer.c464 if (cmd == MIDI_NOTEON && parm == 0) in seq_chn_voice_event()
473 case MIDI_NOTEON: in seq_chn_voice_event()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.c192 case MIDI_NOTEON: in chn_voice_event()
Dseq_oss_midi.c553 ossev.v.cmd = MIDI_NOTEON; break; in send_synth_event()