Home
last modified time | relevance | path

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

/linux-6.1.9/sound/drivers/opl4/
Dopl4_local.h225 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
Dopl4_seq.c104 .note_on = snd_opl4_note_on,
Dopl4_synth.c482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() function