Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/seq/
Dseq_midi_emul.c238 } else if (chan->note[note] & SNDRV_MIDI_NOTE_SOSTENUTO) { in note_off()
289 chan->note[i] |= SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()
294 if (chan->note[i] & SNDRV_MIDI_NOTE_SOSTENUTO) { in do_control()
295 chan->note[i] &= ~SNDRV_MIDI_NOTE_SOSTENUTO; in do_control()
/Linux-v5.4/include/sound/
Dseq_midi_emul.h157 #define SNDRV_MIDI_NOTE_SOSTENUTO 0x04 macro