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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_emul.c129 if (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON) {
133 chan->note[ev->data.note.note] = SNDRV_MIDI_NOTE_ON;
138 if (! (chan->note[ev->data.note.note] & SNDRV_MIDI_NOTE_ON))
305 if (chan->note[i] & SNDRV_MIDI_NOTE_ON)
628 if (chan->note[n] == SNDRV_MIDI_NOTE_ON)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dseq_midi_emul.h169 #define SNDRV_MIDI_NOTE_ON 0x01 macro

Completed in 40 milliseconds