Lines Matching refs:port
138 void pa_sink_new_data_set_port(pa_sink_new_data *data, const char *port) {
142 data->active_port = pa_xstrdup(port);
315 /* Hopefully the active port has already been assigned in the previous call
3486 pa_device_port *port;
3499 if (!(port = pa_hashmap_get(s->ports, name)))
3502 if (s->active_port == port) {
3509 if (s->set_port(s, port) < 0)
3514 pa_log_info("Changed port of sink %u \"%s\" to %s", s->index, s->name, port->name);
3516 s->active_port = port;
3521 /* The active port affects the default sink selection. */