From f5da215428f3d62d6a4702168f1a8aa3a540c400 Mon Sep 17 00:00:00 2001 From: xross Date: Wed, 19 Oct 2022 14:03:02 +0100 Subject: [PATCH] Build fix for XUA_SYNCMODE == XUA_SYNCMODE_ADAPT --- lib_xua/src/core/buffer/ep/ep_buffer.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index be3c09a9..20355a5e 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -546,7 +546,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out, sofCount = 0; 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 * lastClock being incorrect */