forked from PAWPAW-Mirror/lib_xua
OUT_VOLUME_IN_MIXER enabled by default
This commit is contained in:
@@ -1082,9 +1082,9 @@
|
|||||||
#define VOLUME_RES_MIXER (0x100)
|
#define VOLUME_RES_MIXER (0x100)
|
||||||
#endif
|
#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
|
#ifndef OUT_VOLUME_IN_MIXER
|
||||||
#define OUT_VOLUME_IN_MIXER (0)
|
#define OUT_VOLUME_IN_MIXER (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Apply out volume controls after the mix. Only relevant when OUT_VOLUME_IN_MIXER enabled. Enabled by default */
|
/* Apply out volume controls after the mix. Only relevant when OUT_VOLUME_IN_MIXER enabled. Enabled by default */
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
#include "xua.h"
|
#include "xua.h"
|
||||||
#include "xua_commands.h"
|
#include "xua_commands.h"
|
||||||
#include "dbcalc.h"
|
#include "dbcalc.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
#if defined (LEVEL_METER_HOST) || defined(LEVEL_METER_LEDS)
|
#if defined (LEVEL_METER_HOST) || defined(LEVEL_METER_LEDS)
|
||||||
#include "xc_ptr.h"
|
#include "xc_ptr.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user