Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_midi_event.c39 static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
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},
340 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode() function