]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Remove debug SW_BREAKPOINT.
authorFrank Livingston <frank-livingston@ti.com>
Mon, 28 Nov 2016 23:01:41 +0000 (17:01 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Mon, 28 Nov 2016 23:01:41 +0000 (17:01 -0600)
This allows more than single MAT-THD stream without hang on ARM.
However, need to make sure error returned by decode() is ok.

pasdk/test_arm/framework/audioStreamDecodeProc.c

index 197af1dba413bc58b2d49605e887bda5d6afc699..b3ab6539d22a6d1e715eed8f913816b4925cd51c 100644 (file)
@@ -660,7 +660,7 @@ Void taskAsdpFxn(
                         errno = dec->fxns->decode(dec, NULL, &pAstCfg->xDec[z].decodeInStruct, &pAstCfg->xDec[z].decodeOutStruct);
                         if (errno < 0)
                         {
                         errno = dec->fxns->decode(dec, NULL, &pAstCfg->xDec[z].decodeInStruct, &pAstCfg->xDec[z].decodeOutStruct);
                         if (errno < 0)
                         {
-                            SW_BREAKPOINT;
+                            //SW_BREAKPOINT;
                         }
                         TRACE_TERSE0("Dec:decode done");
                         
                         }
                         TRACE_TERSE0("Dec:decode done");