From 6cee90d876a2d483164ccb363faf4e0edb3a2bb7 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 17 Apr 2023 12:23:27 +0100 Subject: [PATCH] Fix audio interrupt endpoint type Note, this has no functional change --- lib_xua/src/core/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/main.xc b/lib_xua/src/core/main.xc index d7a27d10..ea24df08 100755 --- a/lib_xua/src/core/main.xc +++ b/lib_xua/src/core/main.xc @@ -228,7 +228,7 @@ XUD_EpType epTypeTableIn[ENDPOINT_COUNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENAB XUD_EPTYPE_ISO, /* Async feedback endpoint */ #endif #if (XUA_SPDIF_RX_EN || XUA_ADAT_RX_EN) - XUD_EPTYPE_BUL, + XUD_EPTYPE_INT, #endif #ifdef MIDI XUD_EPTYPE_BUL,