Lines Matching refs:active_port
612 if (sink->active_port)
613 port = sink->active_port->name;
651 if (source->active_port)
652 port = source->active_port->name;
741 if (!new_data->active_port) {
768 if ((e = perportentry_read(u, name, new_data->active_port))) {
817 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) {
856 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) {
883 if (!new_data->active_port) {
910 if ((e = perportentry_read(u, name, new_data->active_port))) {
959 if ((e = perportentry_read(u, name, (source->active_port ? source->active_port->name : NULL)))) {
1002 if (!(e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) {
1141 if (!(e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL))))
1167 if (pa_sink_set_formats(sink, e->formats) && perportentry_write(u, name, (sink->active_port ? sink->active_port->name : NULL), e))