diff --git a/lib_xua/src/core/ports/audioports.xc b/lib_xua/src/core/ports/audioports.xc index 3f5fb57a..29f38e40 100644 --- a/lib_xua/src/core/ports/audioports.xc +++ b/lib_xua/src/core/ports/audioports.xc @@ -34,12 +34,12 @@ void ConfigAudioPorts( #if (CODEC_MASTER == 0) #ifdef __XS3A__ - /* Increase drive strength of clock ports to 8mA */ - asm volatile ("setc res[%0], %1" :: "r" (p_bclk), "r" (0x200006)); - if(!isnull(p_lrclk)) - { - asm volatile ("setc res[%0], %1" :: "r" (p_lrclk), "r" (0x200006)); - } + // /* Increase drive strength of clock ports to 8mA */ + // asm volatile ("setc res[%0], %1" :: "r" (p_bclk), "r" (0x200006)); + // if(!isnull(p_lrclk)) + // { + // asm volatile ("setc res[%0], %1" :: "r" (p_lrclk), "r" (0x200006)); + // } #endif /* Note this call to stop_clock() will pause forever if the port clocking the clock-block is not low.