Home
last modified time | relevance | path

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

/linux-5.19.10/sound/synth/emux/
Demux_voice.h34 void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
Demux_seq.c23 .note_on = snd_emux_note_on,
Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() function