Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
Dseqmid.c121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() function
/third_party/alsa-lib/include/
Dseqmid.h336 int snd_seq_connect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c124 err = snd_seq_connect_from(seq, 0, ports[i].client, ports[i].port); in connect_ports()
/third_party/alsa-lib/test/
Dplaymidi1.c562 tmp = snd_seq_connect_from(seq_handle, my_port, in main()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c295 if (snd_seq_connect_from(handle, seq_port, addr.client, addr.port)) { in init_seq()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c278 snd_seq_connect_from (alsamidisrc->seq, 0, in connect_ports()
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c376 err = snd_seq_connect_from(seq, i, ports[i].client, ports[i].port); in connect_ports()