Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c144 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function
172 EXPORT_SYMBOL(snd_seq_expand_var_event);
Dseq_midi_emul.c208 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
Dseq_midi_event.c385 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
Dseq_clientmgr.c449 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()