Lines Matching refs:master
48 "master=<name of source to filter> "
69 "master",
99 /* Get the latency of the master source */
141 /* Just hand this one over to the master source */
231 * to the master. */
296 pa_source *master;
308 if (!(master = pa_namereg_get(m->core, pa_modargs_get_value(ma, "master", NULL), PA_NAMEREG_SOURCE))) {
313 ss = master->sample_spec;
314 source_map = master->channel_map;
322 pa_log("Invalid master channel map.");
331 if (pa_channel_map_equal(&stream_map, &master->channel_map))
353 source_data.name = pa_sprintf_malloc("%s.remapped", master->name);
356 pa_proplist_sets(source_data.proplist, PA_PROP_DEVICE_MASTER_DEVICE, master->name);
368 k = pa_proplist_gets(master->proplist, PA_PROP_DEVICE_DESCRIPTION);
369 pa_proplist_setf(source_data.proplist, PA_PROP_DEVICE_DESCRIPTION, "Remapped %s", k ? k : master->name);
372 u->source = pa_source_new(m->core, &source_data, master->flags & (PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY));
386 pa_source_set_asyncmsgq(u->source, master->asyncmsgq);
392 pa_source_output_new_data_set_source(&source_output_data, master, false, true);
422 * source output is attached to the master. */