Searched refs:snd_opl4_note_on (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_seq.c | 104 .note_on = snd_opl4_note_on,
|
H A D | opl4_local.h | 225 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl4_synth.c | 482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() function
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_local.h | 225 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl4_seq.c | 104 .note_on = snd_opl4_note_on,
|
H A D | opl4_synth.c | 482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() function
|
Completed in 4 milliseconds