Build fix for XUA_SYNCMODE == XUA_SYNCMODE_ADAPT

This commit is contained in:
xross
2022-10-19 14:03:02 +01:00
parent 9e5e196073
commit f5da215428

View File

@@ -546,7 +546,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
sofCount = 0; sofCount = 0;
timeNextEdge = timeLastEdge + LOCAL_CLOCK_INCREMENT + LOCAL_CLOCK_MARGIN; timeNextEdge = timeLastEdge + LOCAL_CLOCK_INCREMENT + LOCAL_CLOCK_MARGIN;
} }
#else #elif (XUA_SYNCMODE == XUA_SYNC_MODE_ASYNC)
/* NOTE our feedback will be wrong for a couple of SOF's after a SF change due to /* NOTE our feedback will be wrong for a couple of SOF's after a SF change due to
* lastClock being incorrect */ * lastClock being incorrect */