summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorDavid Mandelberg <dseomn@google.com>2017-01-04 11:55:49 -0500
committerTanu Kaskinen <tanuk@iki.fi>2017-01-19 03:00:45 +0200
commit6e6f497219a4b86595a5d4e3ea02cbe2c82ca75d (patch)
tree214f32258ea5a306eb395a3cca7784ab0f6ca666 /src/pulsecore/core.h
parent6ec4ca218e0cca8ef9f0785736edf04ada4c0b7b (diff)
downloadpulseaudio-6e6f497219a4b86595a5d4e3ea02cbe2c82ca75d.tar.gz
daemon-conf: add remixing-use-all-sink-channels option
This option controls the PA_RESAMPLER_NO_FILL_SINK flag added in a previous commit. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=62588 BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=94563
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 802111ba1..d2fe887cb 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -200,6 +200,7 @@ struct pa_core {
bool running_as_daemon:1;
bool realtime_scheduling:1;
bool disable_remixing:1;
+ bool remixing_use_all_sink_channels:1;
bool disable_lfe_remixing:1;
bool deferred_volume:1;