Searched refs:snd_seq_expand_var_event (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | seq_kernel.h | 71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_memory.c | 174 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function 199 EXPORT_SYMBOL(snd_seq_expand_var_event);
|
H A D | seq_midi_event.c | 318 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
|
H A D | seq_midi_emul.c | 197 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
|
H A D | seq_clientmgr.c | 497 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()
|