]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-443:Remove GPIO debug code
authorFrank Livingston <frank-livingston@ti.com>
Tue, 21 Nov 2017 17:50:54 +0000 (11:50 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Tue, 21 Nov 2017 17:50:54 +0000 (11:50 -0600)
pasdk/test_dsp/framework/aspDecOpCircBuf_master.c
pasdk/test_dsp/framework/audioStreamInpProc.c
pasdk/test_dsp/framework/audioStreamOutProc.c
pasdk/test_dsp/framework/systemInit.c

index 06c8957365b4d63f76c2a5a4a7122a6a3175079f..b28a45fdc9556365af0dbe99a38cc569d35f1d02 100644 (file)
@@ -775,7 +775,7 @@ Int cbReadAf(
             cbReadMuteWithLastAfInfo(pCb, pAfRd);
             //SW_BREAKPOINT; // debug
             
-#if 1 // also for CB_RW_OP_CAP_PP (***) FL: shows timing of CB underflow
+#if 0 // also for CB_RW_OP_CAP_PP (***) FL: shows timing of CB underflow
             // debug
             {
                 static Uint8 toggleState = 0;
@@ -1057,7 +1057,7 @@ Int cbReadAf(
                 // Mute output on underflow
                 cbReadMuteWithLastAfInfo(pCb, pAfRd);
                 
-#if 1 // also for CB_RW_OP_CAP_PP (***) FL: shows timing of CB underflow
+#if 0 // also for CB_RW_OP_CAP_PP (***) FL: shows timing of CB underflow
                 // debug
                 {
                     static Uint8 toggleState = 0;
index b2e7b923673d8bb72640fede7f10a188e966b5a4..ace2a1dc98405a10cddb490c22ea6adf663454ad 100644 (file)
@@ -2753,7 +2753,7 @@ PAF_ASIT_decodeInfo(
         gCapIb_cnt++;
 #endif
         
-#if 1 // (***) FL: shows timing of Input Rx SIO reclaim after decoding has started (autodet complete)
+#if 0 // (***) FL: shows timing of Input Rx SIO reclaim after decoding has started (autodet complete)
         // (***) debug // B5
         {
             static Uint8 toggleState = 0;
index be08b59c5ee0844c717bb5a9b4eb0a3a1ee214dd..daafbc014501680768613a4a4e7a16d6db528bbc 100644 (file)
@@ -2559,7 +2559,7 @@ PAF_ASOT_decodeEncode(
             }
             // TODO: use pC->xOut[z].pOutBuf in following ->encode call
 
-#if 1 // (***) FL: shows timing of Output Tx SIO reclaim
+#if 0 // (***) FL: shows timing of Output Tx SIO reclaim
             // (***) debug // B8
             {
                 static Uint8 toggleState = 0;
index 1f9a28b4234b5bffcdb15debf7c5f0ef8e02ad2a..04e4bbfb3892e25bec140b339d918bb5b1320a5e 100644 (file)
@@ -212,7 +212,7 @@ Void taskSysInitFxn(Void)
     PAF_ASOT_params_fxns.memStatusPrint = PAF_ALG_memStatusPrint;
 #endif
 
-#if 1 // debug
+#if 0 // debug
     // Any of these can be used on ARM, but DSP must configure the GPIO since pinMuxSetMode() is only available on DSP
     audk2g_pinMuxSetMode(101,AUDK2G_PADCONFIG_MUX_MODE_QUATERNARY); // PAD101 to QUATERNARY, GPIO (B5 on AudioDaughterCard J12)
     GPIOSetDirection(GPIO_PORT_0, GPIO_PIN_99, GPIO_OUT); // GPIO0,pin99 output