Home
last modified time | relevance | path

Searched refs:note_on (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/sound/
Dseq_midi_emul.h69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member
/linux-6.1.9/sound/drivers/opl4/
Dopl4_seq.c104 .note_on = snd_opl4_note_on,
/linux-6.1.9/sound/core/seq/
Dseq_midi_emul.c123 if (ops->note_on) in snd_midi_process_event()
124 ops->note_on(drv, ev->data.note.note, ev->data.note.velocity, chan); in snd_midi_process_event()
/linux-6.1.9/sound/drivers/opl3/
Dopl3_seq.c134 .note_on = snd_opl3_note_on,
/linux-6.1.9/sound/synth/emux/
Demux_seq.c23 .note_on = snd_emux_note_on,