Lines Matching defs:source_master
61 "source_master=<name of source to filter> "
157 * Data read from source_master is matched against the saved sink data and
265 "source_master",
1717 pa_source *source_master=NULL;
1737 if (!(source_master = pa_namereg_get(m->core, pa_modargs_get_value(ma, "source_master", NULL), PA_NAMEREG_SOURCE))) {
1741 pa_assert(source_master);
1749 if (source_master->monitor_of == sink_master) {
1761 source_ss = source_master->sample_spec;
1765 source_map = source_master->channel_map;
1768 source_ss = source_master->sample_spec;
1869 source_data.name = pa_sprintf_malloc("%s.echo-cancel", source_master->name);
1872 pa_proplist_sets(source_data.proplist, PA_PROP_DEVICE_MASTER_DEVICE, source_master->name);
1887 z = pa_proplist_gets(source_master->proplist, PA_PROP_DEVICE_DESCRIPTION);
1889 z ? z : source_master->name, y ? y : sink_master->name);
1892 u->source = pa_source_new(m->core, &source_data, (source_master->flags & (PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY))
1912 pa_source_set_asyncmsgq(u->source, source_master->asyncmsgq);
1936 y = pa_proplist_gets(source_master->proplist, PA_PROP_DEVICE_DESCRIPTION);
1939 z ? z : sink_master->name, y ? y : source_master->name);
1969 pa_source_output_new_data_set_source(&source_output_data, source_master, false, true);