Searched refs:snd_opl3_note_on (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_voice.h | 18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl3_seq.c | 132 .note_on = snd_opl3_note_on,
|
H A D | opl3_midi.c | 276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() function
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_voice.h | 18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl3_seq.c | 134 .note_on = snd_opl3_note_on,
|
H A D | opl3_midi.c | 275 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() function
|
Completed in 4 milliseconds