Lines Matching defs:ports
72 static snd_seq_addr_t *ports;
150 /* Assume that ports are separated by commas. We don't use
157 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t));
158 check_mem(ports);
160 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name);
203 * need any connections to the playback ports. But we connect to those
204 * anyway to force any underlying RawMIDI ports to remain open while
209 err = snd_seq_connect_to(seq, 0, ports[i].client, ports[i].port);
212 ports[i].client, ports[i].port, snd_strerror(err));
820 ev.dest = ports[event->port];
958 "-l, --list list all possible output ports\n"