xpd: Cleaned up whitespace

This commit is contained in:
Ross Owen
2014-07-15 12:12:23 +01:00
parent e4e4631eab
commit 9be1ef8d70
3 changed files with 5 additions and 5 deletions

View File

@@ -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)
{

View File

@@ -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)

View File

@@ -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)