Searched refs:snd_opl3_note_off (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_voice.h | 19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl3_seq.c | 133 .note_off = snd_opl3_note_off,
|
H A D | opl3_midi.c | 691 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off() function
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_voice.h | 19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
|
H A D | opl3_seq.c | 135 .note_off = snd_opl3_note_off,
|
H A D | opl3_midi.c | 690 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off() function
|
Completed in 5 milliseconds