Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dseq_midi_emul.h69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); member
/linux/sound/core/seq/
H A 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()