summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-05 16:04:42 +0300
committerLennart Poettering <lennart@poettering.net>2008-09-05 16:04:42 +0300
commitf2164023fd0fda8c1a456c5c2f144f8943c24db9 (patch)
treec2c14f0d6b09640b40858eb889304dbb87d56a47 /src/pulsecore/core.c
parent33d349dcbbef0952e9e59ca105e08fdff5454803 (diff)
Add new option to disable remixing from/to LFE and set it to on by default
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 6f8a2929..bd956ae0 100644
--- a/src/pulsecore/core.c
+++ b/src/pulsecore/core.c
@@ -138,6 +138,7 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
c->realtime_scheduling = FALSE;
c->realtime_priority = 5;
c->disable_remixing = FALSE;
+ c->disable_lfe_remixing = FALSE;
for (j = 0; j < PA_CORE_HOOK_MAX; j++)
pa_hook_init(&c->hooks[j], c);