forked from PAWPAW-Mirror/lib_xua
Fixed mixer build issue when IN_VOLUME_IN_MIXER not set
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
static unsigned int multOut_array[NUM_USB_CHAN_OUT + 1];
|
static unsigned int multOut_array[NUM_USB_CHAN_OUT + 1];
|
||||||
static xc_ptr multOut;
|
static xc_ptr multOut;
|
||||||
//#endif
|
//#endif
|
||||||
#ifdef IN_VOLUME_IN_MIXER
|
//#ifdef IN_VOLUME_IN_MIXER
|
||||||
static unsigned int multIn_array[NUM_USB_CHAN_IN + 1];
|
static unsigned int multIn_array[NUM_USB_CHAN_IN + 1];
|
||||||
static xc_ptr multIn;
|
static xc_ptr multIn;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#if defined (LEVEL_METER_LEDS) || defined (LEVEL_METER_HOST)
|
#if defined (LEVEL_METER_LEDS) || defined (LEVEL_METER_HOST)
|
||||||
static unsigned abs(int x)
|
static unsigned abs(int x)
|
||||||
|
|||||||
Reference in New Issue
Block a user