forked from PAWPAW-Mirror/lib_xua
xpd: Cleaned up whitespace
This commit is contained in:
@@ -881,7 +881,7 @@ void audio(chanend c_mix_out, chanend ?c_dig_rx, chanend ?c_config, chanend ?c)
|
||||
divide = mClk / ( curSamFreq * numBits );
|
||||
}
|
||||
|
||||
|
||||
|
||||
#if (DSD_CHANS_DAC > 0)
|
||||
if(dsdMode)
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@ void EnableBufferedPort(port p, unsigned transferWidth)
|
||||
/* C wrapper for ConfigAudioPorts() to handle DSD ports */
|
||||
void ConfigAudioPortsWrapper(
|
||||
#if (I2S_CHANS_DAC != 0)
|
||||
port p_dac[], int numPortsDac,
|
||||
port p_dac[], int numPortsDac,
|
||||
#endif
|
||||
|
||||
#if (I2S_CHANS_ADC != 0)
|
||||
|
||||
@@ -58,7 +58,7 @@ void ConfigAudioPorts(
|
||||
#ifdef __XC__
|
||||
void ConfigAudioPortsWrapper(
|
||||
#if (I2S_CHANS_DAC != 0)
|
||||
buffered out port:32 p_i2s_dac[], int numPortsDAC,
|
||||
buffered out port:32 p_i2s_dac[], int numPortsDAC,
|
||||
#endif
|
||||
|
||||
#if (I2S_CHANS_ADC != 0)
|
||||
@@ -79,11 +79,11 @@ void ConfigAudioPortsWrapper(
|
||||
|
||||
void ConfigAudioPortsWrapper(
|
||||
#if (I2S_CHANS_DAC != 0)
|
||||
port p_i2s_dac[], int numPortsDAC,
|
||||
port p_i2s_dac[], int numPortsDAC,
|
||||
#endif
|
||||
|
||||
#if (I2S_CHANS_ADC != 0)
|
||||
port p_i2s_adc[], int numPortsADC,
|
||||
port p_i2s_adc[], int numPortsADC,
|
||||
#endif
|
||||
|
||||
#if (I2S_CHANS_DAC != 0) || (I2S_CHANS_ADC != 0)
|
||||
|
||||
Reference in New Issue
Block a user