Lines Matching defs:port
1182 * Sets the mixer settings to match the current source and port state (the port
1184 * port, if we're switching ports). */
1185 static void sync_mixer(struct userdata *u, pa_device_port *port) {
1193 /* port may be NULL, because if we use a synthesized mixer path, then the
1195 if (port && !u->ucm_context) {
1198 data = PA_DEVICE_PORT_DATA(port);
1233 pa_device_port *port = data;
1235 sync_mixer(u, port);
2376 pa_device_port *port;
2378 PA_HASHMAP_FOREACH(port, u->source->ports, state) {
2379 if (!h_prio || port->priority > h_prio)
2380 h_prio = port->priority;