]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core.h
Add new option to disable remixing from/to LFE and set it to on by default
[pulseaudio] / src / pulsecore / core.h
index eb7684185a2348243a3cf0d6d0e95e31dea9d950..fb4490f2fc0a5386484ce5e948c770e69add4f80 100644 (file)
@@ -124,6 +124,7 @@ struct pa_core {
     pa_bool_t running_as_daemon:1;
     pa_bool_t realtime_scheduling:1;
     pa_bool_t disable_remixing:1;
+    pa_bool_t disable_lfe_remixing:1;
 
     pa_resample_method_t resample_method;
     int realtime_priority;