summaryrefslogtreecommitdiff
path: root/src/pulsecore/core.c
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.c
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.c')
-rw-r--r--src/pulsecore/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core.c b/src/pulsecore/core.c
index 2a96dfa5e..afdb0a4ca 100644
--- a/src/pulsecore/core.c
+++ b/src/pulsecore/core.c
@@ -142,6 +142,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, bool shared, bool enable_memfd, size_t
c->realtime_scheduling = false;
c->realtime_priority = 5;
c->disable_remixing = false;
+ c->remixing_use_all_sink_channels = true;
c->disable_lfe_remixing = true;
c->lfe_crossover_freq = 0;
c->deferred_volume = true;