Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_midi_event.c33 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
55 {SNDRV_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode},
56 {SNDRV_SEQ_EVENT_NOTEON, 2, note_event, note_decode},
57 {SNDRV_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode},
237 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event() function