Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dseq_midi_emul.h72 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … member
/linux/sound/core/seq/
H A Dseq_midi_emul.c597 if (! ops->note_terminate) in all_sounds_off()
601 ops->note_terminate(drv, n, chan); in all_sounds_off()