Lines Matching defs:master
259 /* Get the latency of the master sink */
301 * of the master sink to make sure we are heard immediately */
321 /* Just hand this one over to the master sink */
336 /* Just hand this one over to the master sink */
869 * to the master. */
1111 pa_sink *master;
1131 if (!(master = pa_namereg_get(m->core, pa_modargs_get_value(ma, "sink_master", NULL), PA_NAMEREG_SINK))) {
1136 ss = master->sample_spec;
1138 map = master->channel_map;
1202 sink_data.name = pa_sprintf_malloc("%s.equalizer", master->name);
1206 pa_proplist_sets(sink_data.proplist, PA_PROP_DEVICE_MASTER_DEVICE, master->name);
1218 master_description = pa_proplist_gets(master->proplist, PA_PROP_DEVICE_DESCRIPTION);
1220 _("FFT based equalizer on %s"), master_description ? master_description : master->name);
1230 u->sink = pa_sink_new(m->core, &sink_data, (master->flags & (PA_SINK_LATENCY | PA_SINK_DYNAMIC_LATENCY))
1257 pa_sink_set_asyncmsgq(u->sink, master->asyncmsgq);
1264 pa_sink_input_new_data_set_sink(&sink_input_data, master, false, true);
1316 * input is attached to the master. */