Searched refs:note_terminate (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_midi_emul.h | 72 void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_midi_emul.h | 72 void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */ member
|
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_seq.c | 106 .note_terminate = snd_opl4_terminate_note,
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_seq.c | 106 .note_terminate = snd_opl4_terminate_note,
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_seq.c | 135 .note_terminate = snd_opl3_terminate_note,
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_seq.c | 137 .note_terminate = snd_opl3_terminate_note,
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_midi_emul.c | 597 if (! ops->note_terminate) in all_sounds_off() 601 ops->note_terminate(drv, n, chan); in all_sounds_off()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_midi_emul.c | 597 if (! ops->note_terminate) in all_sounds_off() 601 ops->note_terminate(drv, n, chan); in all_sounds_off()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_seq.c | 26 .note_terminate = snd_emux_terminate_note,
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_seq.c | 26 .note_terminate = snd_emux_terminate_note,
|
Completed in 6 milliseconds