Home
last modified time | relevance | path

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

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