Lines Matching refs:port
170 { "set-sink-port", pa_cli_command_sink_port, "Change the port of a sink (args: index|name, port-name)", 3},
171 { "set-source-port", pa_cli_command_source_port, "Change the port of a source (args: index|name, port-name)", 3},
172 { "set-port-latency-offset", pa_cli_command_port_offset, "Change the latency of a port (args: card-index|card-name, port-name, latency-offset)", 4},
1707 pa_strbuf_printf(buf, "Failed to set sink port to '%s'.\n", p);
1739 pa_strbuf_printf(buf, "Failed to set source port to '%s'.\n", p);
1748 pa_device_port *port;
1763 pa_strbuf_puts(buf, "You need to specify a port by its name.\n");
1782 if (!(port = pa_hashmap_get(card->ports, p))) {
1783 pa_strbuf_puts(buf, "No port found by this name.\n");
1787 pa_device_port_set_latency_offset(port, offset);