From b94f14fc05f5ae9f6f7cfd4c395238aced6f5be1 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 7 May 2015 17:19:35 +0100 Subject: [PATCH] Comment only. --- module_usb_audio/main.xc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index c79e16f2..7101d15a 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -160,7 +160,8 @@ on tile[XUD_TILE] : clock clk_spd_rx = CLKBLK_SPDIF_RX; #endif #if(XUD_SERIES_SUPPORT != XUD_U_SERIES) && defined(ADAT_RX) -/* Cannot used CLKBLK_REF for L/G-series as this is USB clock */ +/* Cannot use default clock (CLKBLK_REF) for ADAT RX since it is tied to the +60MHz USB clock on G/L series parts. */ on tile[XUD_TILE] : clock clk_adat_rx = CLKBLK_ADAT_RX; #endif