Home
last modified time | relevance | path

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

/linux-3.3/sound/core/seq/
Dseq_midi_event.c55 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
71 {SNDRV_SEQ_EVENT_CONTROLLER, 2, two_param_ctrl_event, two_param_decode},
435 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf) in two_param_decode() function