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

/linux-master/include/sound/
H A Dseq_midi_emul.h157 #define SNDRV_MIDI_NOTE_SOSTENUTO 0x04 macro
/linux-master/sound/core/seq/
H A Dseq_midi_emul.c242 } else if (chan->note[note] & SNDRV_MIDI_NOTE_SOSTENUTO) {
294 chan->note[i] |= SNDRV_MIDI_NOTE_SOSTENUTO;
299 if (chan->note[i] & SNDRV_MIDI_NOTE_SOSTENUTO) {
300 chan->note[i] &= ~SNDRV_MIDI_NOTE_SOSTENUTO;

Completed in 95 milliseconds