forked from PAWPAW-Mirror/lib_xua
Resolve build issues post merge
This commit is contained in:
@@ -61,7 +61,7 @@ void InitPorts_master(unsigned divide, buffered _XUA_CLK_DIR port:32 p_lrclk, bu
|
||||
unsigned lrClkVal = 0x7FFFFFFF;
|
||||
if(XUA_PCM_FORMAT == XUA_PCM_FORMAT_TDM)
|
||||
{
|
||||
lrclkVal = 0x80000000;
|
||||
lrClkVal = 0x80000000;
|
||||
}
|
||||
|
||||
#ifdef N_BITS_I2S
|
||||
|
||||
@@ -135,6 +135,7 @@ static inline int HandleSampleClock(int frameCount, buffered _XUA_CLK_DIR port:3
|
||||
}
|
||||
#endif
|
||||
else
|
||||
{
|
||||
#ifdef N_BITS_I2S
|
||||
if ((lrval | (~lrval_mask)) != 0x7FFFFFFF)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user