Lines Matching defs:port
1308 * Sets the mixer settings to match the current sink and port state (the port
1310 * port, if we're switching ports). */
1311 static void sync_mixer(struct userdata *u, pa_device_port *port) {
1319 /* port may be NULL, because if we use a synthesized mixer path, then the
1321 if (port && !u->ucm_context) {
1324 data = PA_DEVICE_PORT_DATA(port);
1359 pa_device_port *port = data;
1361 sync_mixer(u, port);
2711 pa_device_port *port;
2713 PA_HASHMAP_FOREACH(port, u->sink->ports, state) {
2714 if (!h_prio || port->priority > h_prio)
2715 h_prio = port->priority;
2842 * pa_sink_new() call when the initial port has been chosen. Calling