Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/seq/
Dseq_midi_event.c42 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
58 {SNDRV_SEQ_EVENT_CONTROLLER, 2, two_param_ctrl_event, two_param_decode},
369 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf) in two_param_decode() function