summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab63c7b)
raw | patch | inline | side by side (parent: ab63c7b)
author | Frank Livingston <frank-livingston@ti.com> | |
Mon, 28 Aug 2017 23:00:45 +0000 (18:00 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Mon, 28 Aug 2017 23:00:45 +0000 (18:00 -0500) |
pasdk/test_arm/framework/audioStreamDecodeProc.c | patch | blob | history |
diff --git a/pasdk/test_arm/framework/audioStreamDecodeProc.c b/pasdk/test_arm/framework/audioStreamDecodeProc.c
index a3b16baa15f02a209ed4c9525b26a79cebb8fee3..65ab36c70e03c92af5a2d0eae686f43016121c8f 100644 (file)
//pCb = &pAstCfg->xDecOpCb[z];
//TRACE_TERSE1("Dec:pCb=0x%04x", (IArg)pCb);
- GPIOSetOutput(GPIO_PORT_0, GPIO_PIN_99); // debug
+ //GPIOSetOutput(GPIO_PORT_0, GPIO_PIN_99); // debug
cbErrno = cbWriteAf(pCbCtl, z, pAfWrt);
- GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_99);
+ //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_99); // debug
if ((cbErrno < 0) &&
(cbErrno != ASP_DECOP_CB_AF_WRITE_OVERFLOW) &&
(cbErrno != ASP_DECOP_CB_PCM_WRITE_OVERFLOW))
cbErrno = 0; // don't return error condition
}
- //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_107);
+ //GPIOClearOutput(GPIO_PORT_0, GPIO_PIN_107); // debug
TRACE_TERSE0("Dec:cbWriteAf() complete");
#if 0 // (***) FL: shows timing of CB write