]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - procsdk_audio_x_xx_xx_xx/common/dbgDib.c
Remove DDP specified debug code from default build for dbgDib.c
[processor-sdk/performance-audio-sr.git] / procsdk_audio_x_xx_xx_xx / common / dbgDib.c
index d0f3b6dd9409b6fa5d35cdaba5da7c0274b11ff9..135084535f94596cd3f177685ed6e5fe83537e6e 100644 (file)
@@ -183,12 +183,14 @@ Void capIb(
     
     nBytes = pInpBufConfig->frameLength * pInpBufConfig->sizeofElement;
     
     
     nBytes = pInpBufConfig->frameLength * pInpBufConfig->sizeofElement;
     
+#if 0
     // FL: DDP debug
     if (nBytes != 24576)
     {
         Log_info1("capIb(): nBytes=%d", nBytes);
         gNumDiffFrame[gCapIbBufPingPongSel]++;
     }
     // FL: DDP debug
     if (nBytes != 24576)
     {
         Log_info1("capIb(): nBytes=%d", nBytes);
         gNumDiffFrame[gCapIbBufPingPongSel]++;
     }
+#endif    
     
     if ((CAP_IB_BUF_SZ - gCapIbBufIdx[gCapIbBufPingPongSel]) < nBytes)
     {
     
     if ((CAP_IB_BUF_SZ - gCapIbBufIdx[gCapIbBufPingPongSel]) < nBytes)
     {