Lines Matching defs:passthrough
875 * the sink being in the passthrough mode. If the monitor currently has the
1048 void pa_source_reconfigure(pa_source *s, pa_sample_spec *spec, bool passthrough) {
1064 if (PA_UNLIKELY(default_rate == alternate_rate && !passthrough && !avoid_resampling)) {
1087 if (passthrough) {
1121 if (pa_sample_spec_equal(&desired_spec, &s->sample_spec) && passthrough == pa_source_is_passthrough(s))
1124 if (!passthrough && pa_source_used_by(s) > 0)
1132 s->reconfigure(s, &desired_spec, passthrough);
1136 /* XXX: This code is written with non-passthrough streams in mind. I
1137 * have no idea whether the behaviour with passthrough streams is
1139 if (!passthrough) {
1259 /* NB Currently only monitor sources support passthrough mode */
1277 /* Restore source volume to what it was before we entered passthrough mode */