Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/
Dseq_kernel.h71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
/linux-5.19.10/sound/core/seq/
Dseq_memory.c131 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function
159 EXPORT_SYMBOL(snd_seq_expand_var_event);
Dseq_midi_event.c318 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
Dseq_midi_emul.c197 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
Dseq_clientmgr.c452 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()