Home
last modified time | relevance | path

Searched refs:snd_emux_note_off (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/synth/emux/
Demux_voice.h35 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
Demux_seq.c24 .note_off = snd_emux_note_off,
Demux_synth.c145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() function