]> code.delx.au - pulseaudio/blobdiff - src/daemon/daemon-conf.h
Add new option to disable remixing from/to LFE and set it to on by default
[pulseaudio] / src / daemon / daemon-conf.h
index 03a756619db0cd5161ee74261a75dd9efdfad5f2..309a142850def4ade658ed2e7b67ae585224c29d 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foodaemonconfhfoo
 #define foodaemonconfhfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -37,6 +35,7 @@
 /* The actual command to execute */
 typedef enum pa_daemon_conf_cmd {
     PA_CMD_DAEMON,  /* the default */
+    PA_CMD_START,
     PA_CMD_HELP,
     PA_CMD_VERSION,
     PA_CMD_DUMP_CONF,
@@ -67,7 +66,9 @@ typedef struct pa_daemon_conf {
         no_cpu_limit,
         disable_shm,
         disable_remixing,
-        load_default_script_file;
+        disable_lfe_remixing,
+        load_default_script_file,
+        disallow_exit;
     int exit_idle_time,
         module_idle_time,
         scache_idle_time,