Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/seq/
Dseq_midi_emul.c241 chan->note[note] |= SNDRV_MIDI_NOTE_RELEASED; in note_off()
245 chan->note[note] |= SNDRV_MIDI_NOTE_RELEASED; in note_off()
279 if (chan->note[i] & SNDRV_MIDI_NOTE_RELEASED) { in do_control()
301 if (chan->note[i] & SNDRV_MIDI_NOTE_RELEASED) { in do_control()
/linux-6.1.9/include/sound/
Dseq_midi_emul.h156 #define SNDRV_MIDI_NOTE_RELEASED 0x02 macro