Searched refs:SNDRV_MIDI_NOTE_SOSTENUTO (Results 1 – 2 of 2) sorted by relevance
250 } 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()
171 #define SNDRV_MIDI_NOTE_SOSTENUTO 0x04 macro