Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_midi_event.c53 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf);
72 {SNDRV_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode},
73 {SNDRV_SEQ_EVENT_CHANPRESS, 1, one_param_ctrl_event, one_param_decode},
79 {SNDRV_SEQ_EVENT_QFRAME, 1, one_param_event, one_param_decode}, /* 0xf1 */
81 {SNDRV_SEQ_EVENT_SONGSEL, 1, one_param_event, one_param_decode}, /* 0xf3 */
421 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode() function