]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core.c
Add new option to disable remixing from/to LFE and set it to on by default
[pulseaudio] / src / pulsecore / core.c
index 6f8a292984b6e0e13b94010b28a36f870f122bd9..bd956ae0b5b287198a3873e865bca53681b42e73 100644 (file)
@@ -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);