Searched refs:note_decode (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/core/seq/ |
D | seq_midi_event.c | 52 static void note_decode(struct snd_seq_event *ev, unsigned char *buf); 68 {SNDRV_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode}, 69 {SNDRV_SEQ_EVENT_NOTEON, 2, note_event, note_decode}, 70 {SNDRV_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode}, 414 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode() function
|