forked from PAWPAW-Mirror/lib_xua
Fixed SPDIF build issue
This commit is contained in:
@@ -146,7 +146,7 @@ static inline void doI2SClocks(unsigned divide)
|
|||||||
#pragma unsafe arrays
|
#pragma unsafe arrays
|
||||||
{unsigned, unsigned} static deliver(chanend c_out, chanend ?c_spd_out, unsigned divide, unsigned curSamFreq, chanend ?c_dig_rx, chanend ?c_adc)
|
{unsigned, unsigned} static deliver(chanend c_out, chanend ?c_spd_out, unsigned divide, unsigned curSamFreq, chanend ?c_dig_rx, chanend ?c_adc)
|
||||||
{
|
{
|
||||||
#if (I2S_CHANS_ADC != 0)
|
#if (I2S_CHANS_ADC != 0) || defined(SPDIF)
|
||||||
unsigned sample;
|
unsigned sample;
|
||||||
#endif
|
#endif
|
||||||
unsigned underflow = 0;
|
unsigned underflow = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user