Searched refs:one_param_decode (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/core/seq/ |
D | seq_midi_event.c | 40 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf); 59 {SNDRV_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode}, 60 {SNDRV_SEQ_EVENT_CHANPRESS, 1, one_param_ctrl_event, one_param_decode}, 66 {SNDRV_SEQ_EVENT_QFRAME, 1, one_param_event, one_param_decode}, /* 0xf1 */ 68 {SNDRV_SEQ_EVENT_SONGSEL, 1, one_param_event, one_param_decode}, /* 0xf3 */ 355 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode() function
|