From d5f46e824e3f8a042e6f67dd4c3fc385545edd74 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jan 2009 04:39:07 +0100 Subject: move flat volume logic into the core. while doing so add n_volume_steps field to sinks/sources --- src/daemon/daemon-conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon/daemon-conf.h') diff --git a/src/daemon/daemon-conf.h b/src/daemon/daemon-conf.h index 3b75b83e..aa9d2981 100644 --- a/src/daemon/daemon-conf.h +++ b/src/daemon/daemon-conf.h @@ -70,7 +70,8 @@ typedef struct pa_daemon_conf { load_default_script_file, disallow_exit, log_meta, - log_time; + log_time, + flat_volumes; int exit_idle_time, scache_idle_time, auto_log_target, -- cgit