From 4a84c3e1eca1ede60921c862e6f64b657c2f75b5 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 13 Mar 2023 15:49:54 +0000 Subject: [PATCH] OUT_VOLUME_IN_MIXER enabled by default --- lib_xua/api/xua_conf_default.h | 4 ++-- lib_xua/src/core/mixer/mixer.xc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index b758ba35..8a7333df 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -1082,9 +1082,9 @@ #define VOLUME_RES_MIXER (0x100) #endif -/* Handle out volume control in the mixer - disabled by default */ +/* Handle out volume control in the mixer - enabled by default */ #ifndef OUT_VOLUME_IN_MIXER -#define OUT_VOLUME_IN_MIXER (0) +#define OUT_VOLUME_IN_MIXER (1) #endif /* Apply out volume controls after the mix. Only relevant when OUT_VOLUME_IN_MIXER enabled. Enabled by default */ diff --git a/lib_xua/src/core/mixer/mixer.xc b/lib_xua/src/core/mixer/mixer.xc index d99323ba..87499b2f 100644 --- a/lib_xua/src/core/mixer/mixer.xc +++ b/lib_xua/src/core/mixer/mixer.xc @@ -7,7 +7,6 @@ #include "xua.h" #include "xua_commands.h" #include "dbcalc.h" -#include "print.h" #if defined (LEVEL_METER_HOST) || defined(LEVEL_METER_LEDS) #include "xc_ptr.h"