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