Lines Matching defs:master
46 "master=<name of sink to filter> "
74 "master",
102 /* Get the latency of the master sink */
140 * of the master sink to make sure we are heard immediately */
160 /* Just hand this one over to the master sink */
177 /* Just hand this one over to the master sink */
278 /* Get the latency of the master sink */
416 * to the master. */
482 pa_sink *master=NULL;
496 if (!(master = pa_namereg_get(m->core, pa_modargs_get_value(ma, "master", NULL), PA_NAMEREG_SINK))) {
501 pa_assert(master);
503 ss = master->sample_spec;
505 map = master->channel_map;
536 sink_data.name = pa_sprintf_malloc("%s.vsink", master->name);
539 pa_proplist_sets(sink_data.proplist, PA_PROP_DEVICE_MASTER_DEVICE, master->name);
552 z = pa_proplist_gets(master->proplist, PA_PROP_DEVICE_DESCRIPTION);
553 pa_proplist_setf(sink_data.proplist, PA_PROP_DEVICE_DESCRIPTION, "Virtual Sink %s on %s", sink_data.name, z ? z : master->name);
556 u->sink = pa_sink_new(m->core, &sink_data, (master->flags & (PA_SINK_LATENCY|PA_SINK_DYNAMIC_LATENCY))
580 pa_sink_set_asyncmsgq(u->sink, master->asyncmsgq);
586 pa_sink_input_new_data_set_sink(&sink_input_data, master, false, true);
624 * input is attached to the master. */