Searched refs:note_terminate (Results 1 – 4 of 4) sorted by relevance
86 …void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate … member
106 .note_terminate = snd_opl4_terminate_note,
603 if (! ops->note_terminate) in all_sounds_off()607 ops->note_terminate(drv, n, chan); in all_sounds_off()
149 .note_terminate = snd_opl3_terminate_note,