Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dseq_midi_emul.h72 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … member
/linux-6.1.9/sound/drivers/opl4/
Dopl4_seq.c106 .note_terminate = snd_opl4_terminate_note,
/linux-6.1.9/sound/core/seq/
Dseq_midi_emul.c597 if (! ops->note_terminate) in all_sounds_off()
601 ops->note_terminate(drv, n, chan); in all_sounds_off()
/linux-6.1.9/sound/drivers/opl3/
Dopl3_seq.c137 .note_terminate = snd_opl3_terminate_note,
/linux-6.1.9/sound/synth/emux/
Demux_seq.c26 .note_terminate = snd_emux_terminate_note,