OUT_VOLUME_IN_MIXER enabled by default

This commit is contained in:
Ross Owen
2023-03-13 15:49:54 +00:00
parent b17f585004
commit 4a84c3e1ec
2 changed files with 2 additions and 3 deletions

View File

@@ -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 */

View File

@@ -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"