Searched refs:SNDRV_MIDI_NOTE_ON (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_emul.c128 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) {
132 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON;
137 if (! (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON))
297 if (chan->note[i] & SNDRV_MIDI_NOTE_ON)
620 if (chan->note[n] == SNDRV_MIDI_NOTE_ON)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_emul.c128 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) {
132 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON;
137 if (! (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON))
297 if (chan->note[i] & SNDRV_MIDI_NOTE_ON)
620 if (chan->note[n] == SNDRV_MIDI_NOTE_ON)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dseq_midi_emul.h169 #define SNDRV_MIDI_NOTE_ON 0x01 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dseq_midi_emul.h169 #define SNDRV_MIDI_NOTE_ON 0x01 macro

Completed in 187 milliseconds