Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dseq_midi_emul.h72 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … member
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_seq.c106 .note_terminate = snd_opl4_terminate_note,
/openbmc/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()
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c137 .note_terminate = snd_opl3_terminate_note,
/openbmc/linux/sound/synth/emux/
H A Demux_seq.c26 .note_terminate = snd_emux_terminate_note,