Resolved build issue with CODEC_MASTER enabled

This commit is contained in:
Ross Owen
2015-01-06 15:31:40 +00:00
parent 7f8c3c6870
commit 55e7084df5
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
sc_usb_audio Change Log
=======================
HEAD
----
- RESOLVED: Build issue with CODEC_MASTER (XCore is I2S slave) enabled
6.11.0
------
- ADDED: Basic TDM I2S functionality added. See I2S_CHANS_PER_FRAME and I2S_MODE_TDM

View File

@@ -40,13 +40,8 @@ void ConfigAudioPortsWrapper(
#endif
#if (I2S_CHANS_DAC != 0) || (I2S_CHANS_ADC != 0)
#ifndef CODEC_MASTER
port p_lrclk,
port p_bclk,
#else
in port p_lrclk,
in port p_bclk,
#endif
#endif
unsigned int divide, unsigned int dsdMode)
{