Resolve build issues post merge

This commit is contained in:
Ross Owen
2023-06-02 14:35:15 +01:00
parent d3f0f11d9e
commit 1b50abb7a2
2 changed files with 2 additions and 1 deletions

View File

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

View File

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