Home
last modified time | relevance | path

Searched refs:SNDRV_MIDI_NOTE_SOSTENUTO (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/core/seq/
Dseq_midi_emul.c250 } else if (chan->note[note] & SNDRV_MIDI_NOTE_SOSTENUTO) { in note_off()
298 chan->note[i] |= SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()
303 if (chan->note[i] & SNDRV_MIDI_NOTE_SOSTENUTO) { in do_control()
304 chan->note[i] &= ~SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()
/linux-2.6.39/include/sound/
Dseq_midi_emul.h171 #define SNDRV_MIDI_NOTE_SOSTENUTO 0x04 macro