Lines Matching refs:port
128 void pa_source_new_data_set_port(pa_source_new_data *data, const char *port) {
132 data->active_port = pa_xstrdup(port);
302 /* Hopefully the active port has already been assigned in the previous call
2678 pa_device_port *port;
2691 if (!(port = pa_hashmap_get(s->ports, name)))
2694 if (s->active_port == port) {
2701 if (s->set_port(s, port) < 0)
2706 pa_log_info("Changed port of source %u \"%s\" to %s", s->index, s->name, port->name);
2708 s->active_port = port;
2711 /* The active port affects the default source selection. */