Searched refs:snd_emux_note_off (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_voice.h | 35 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | emux_seq.c | 24 .note_off = snd_emux_note_off,
|
H A D | emux_synth.c | 145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() function
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_voice.h | 35 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | emux_seq.c | 24 .note_off = snd_emux_note_off,
|
H A D | emux_synth.c | 145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() function
|
Completed in 4 milliseconds