Searched refs:SNDRV_MIDI_NOTE_SOSTENUTO (Results 1 – 2 of 2) sorted by relevance
252 } else if (chan->note[note] & SNDRV_MIDI_NOTE_SOSTENUTO) { in note_off()303 chan->note[i] |= SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()308 if (chan->note[i] & SNDRV_MIDI_NOTE_SOSTENUTO) { in do_control()309 chan->note[i] &= ~SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()
171 #define SNDRV_MIDI_NOTE_SOSTENUTO 0x04 macro