forked from PAWPAW-Mirror/lib_xua
I2_CHANS_PER_FRAME default define moved from audio.xc to devicedefines.xc
This commit is contained in:
@@ -29,12 +29,6 @@ static unsigned samplesOut[NUM_USB_CHAN_OUT];
|
||||
static unsigned samplesIn_0[NUM_USB_CHAN_IN];
|
||||
static unsigned samplesIn_1[I2S_CHANS_ADC];
|
||||
|
||||
#ifdef I2S_MODE_TDM
|
||||
#define I2S_CHANS_PER_FRAME 8
|
||||
#else
|
||||
#define I2S_CHANS_PER_FRAME 2
|
||||
#endif
|
||||
|
||||
#if (DSD_CHANS_DAC != 0)
|
||||
extern buffered out port:32 p_dsd_dac[DSD_CHANS_DAC];
|
||||
extern buffered out port:32 p_dsd_clk;
|
||||
@@ -42,7 +36,6 @@ extern buffered out port:32 p_dsd_clk;
|
||||
|
||||
unsigned g_adcVal = 0;
|
||||
|
||||
|
||||
#ifdef XTA_TIMING_AUDIO
|
||||
#pragma xta command "add exclusion received_command"
|
||||
#pragma xta command "analyse path i2s_output_l i2s_output_r"
|
||||
|
||||
Reference in New Issue
Block a user