Searched refs:snd_seq_dump_var_event (Results 1 – 5 of 5) sorted by relevance
| /linux/include/sound/ |
| H A D | seq_kernel.h | 75 int snd_seq_dump_var_event(const struct snd_seq_event *event,
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_readq.c | 104 * to be expanded via snd_seq_dump_var_event(). in snd_seq_oss_readq_puts() 128 return snd_seq_dump_var_event(ev, readq_dump_sysex, &ctx); in snd_seq_oss_readq_sysex()
|
| /linux/sound/core/seq/ |
| H A D | seq_memory.c | 125 int snd_seq_dump_var_event(const struct snd_seq_event *event, in snd_seq_dump_var_event() function 130 EXPORT_SYMBOL(snd_seq_dump_var_event);
|
| H A D | seq_virmidi.c | 66 /* callback for snd_seq_dump_var_event(), bridging to snd_rawmidi_receive() */ 91 snd_seq_dump_var_event(ev, dump_to_rawmidi, vmidi->substream); in snd_virmidi_dev_receive_event()
|
| H A D | seq_midi.c | 131 /* callback for snd_seq_dump_var_event(), bridging to dump_midi() */ in event_process_midi() 162 snd_seq_dump_var_event(ev, __dump_midi, substream); in snd_seq_midisynth_new()
|