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