Lines Matching defs:port
221 * the order, but we have to, because module-switch-on-port-available gets
224 * port switch, if the event order is "wrong".
232 * module-switch-on-port-available sees that speakers can be used, so the
233 * port gets changed as it should.
241 * no available ports to use, so no port change happens. In the 2 -> 3
243 * a strong enough signal for module-switch-on-port-available, so it still
244 * doesn't do the port switch.
247 * module-switch-on-port-available would handle both transitions in one go.
248 * If module-switch-on-port-available used a defer event to delay
249 * the port availability processing, that would probably do the trick. */
267 * priority will send to the module-switch-on-port-available last */
5389 /* Ownership of the path and setting is not transferred to the port data, so we don't deal with freeing them */
5392 path->port = p;
5425 pa_device_port *port = device_port_alsa_init(ports, path->name,
5427 port->priority = path->priority * 100;
5432 pa_device_port *port;
5442 port = device_port_alsa_init(ports, n, d, path, s, cp, extra, core);
5443 port->priority = path->priority * 100 + s->priority;