Home
last modified time | relevance | path

Searched refs:PA_SUSPEND_PASSTHROUGH (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore.h38PA_SUSPEND_PASSTHROUGH = 16, /* Used to suspend monitor sources when the sink is in passthrough mo… enumerator
Dsource.c846 if (s->monitor_of && cause != PA_SUSPEND_PASSTHROUGH) in pa_source_suspend()
878 if (s->suspend_cause & PA_SUSPEND_PASSTHROUGH) in pa_source_sync_suspend()
879 suspend_cause |= PA_SUSPEND_PASSTHROUGH; in pa_source_sync_suspend()
Dsink.c1741 pa_source_suspend(s->monitor_source, true, PA_SUSPEND_PASSTHROUGH); in pa_sink_enter_passthrough()
1759 pa_source_suspend(s->monitor_source, false, PA_SUSPEND_PASSTHROUGH); in pa_sink_leave_passthrough()