Home
last modified time | relevance | path

Searched refs:snd_opl4_note_off (Results 1 – 3 of 3) sorted by relevance

/linux/sound/drivers/opl4/
H A Dopl4_local.h226 void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
H A Dopl4_seq.c105 .note_off = snd_opl4_note_off,
H A Dopl4_synth.c563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off() function