note_terminate     72 include/sound/seq_midi_emul.h 	void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
note_terminate    591 sound/core/seq/seq_midi_emul.c 	if (! ops->note_terminate)
note_terminate    595 sound/core/seq/seq_midi_emul.c 			ops->note_terminate(drv, n, chan);
note_terminate    135 sound/drivers/opl3/opl3_seq.c 	.note_terminate =	snd_opl3_terminate_note,
note_terminate    106 sound/drivers/opl4/opl4_seq.c 	.note_terminate =	snd_opl4_terminate_note,
note_terminate     26 sound/synth/emux/emux_seq.c 	.note_terminate = snd_emux_terminate_note,