Fixed mixer build and run-time issues

This commit is contained in:
Ross Owen
2014-07-15 12:05:29 +01:00
parent 735f3b18f2
commit 5f9c699be4
3 changed files with 82 additions and 68 deletions

View File

@@ -76,12 +76,8 @@ unsigned char mixer1Crossbar[18];
short mixer1Weights[18*8];
unsigned char channelMap[NUM_USB_CHAN_OUT + NUM_USB_CHAN_IN + MAX_MIX_COUNT];
#if (NUM_USB_CHAN_OUT > 0)
unsigned char channelMapAud[NUM_USB_CHAN_OUT];
#endif
#if (NUM_USB_CHAN_IN > 0)
unsigned char channelMapUsb[NUM_USB_CHAN_IN];
#endif
unsigned char mixSel[MIX_INPUTS];
#endif