Home
last modified time | relevance | path

Searched refs:SNDRV_MIDI_NOTE_RELEASED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
H A 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()
/kernel/linux/linux-6.6/sound/core/seq/
H A 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()
/kernel/linux/linux-5.10/include/sound/
H A Dseq_midi_emul.h156 #define SNDRV_MIDI_NOTE_RELEASED 0x02 macro
/kernel/linux/linux-6.6/include/sound/
H A Dseq_midi_emul.h156 #define SNDRV_MIDI_NOTE_RELEASED 0x02 macro

Completed in 4 milliseconds