Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_midi_event.c43 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf);
67 {SNDRV_SEQ_EVENT_SONGPOS, 2, songpos_event, songpos_decode}, /* 0xf2 */
368 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf) in songpos_decode() function