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