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