summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0673fe1)
raw | patch | inline | side by side (parent: 0673fe1)
author | Frank Livingston <frank-livingston@ti.com> | |
Fri, 20 Apr 2018 15:28:58 +0000 (10:28 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Fri, 20 Apr 2018 15:28:58 +0000 (10:28 -0500) |
pasdk/test_dsp/framework/audioStreamOutDec.c | patch | blob | history |
diff --git a/pasdk/test_dsp/framework/audioStreamOutDec.c b/pasdk/test_dsp/framework/audioStreamOutDec.c
index 16b57b776c8d6a278fb35f36d208d50ee2afebc9..4f6a3d595a3aefefcdf6f67306cce62ccf45a7d4 100644 (file)
for (z=DECODE1; z < DECODEN; z++)
{
+#if 0 // FL: moved to PAF_ASOT_initSyncDecDecode1()
// Initialize decoder output circular buffer for stream reads
errno = cbInitStreamRead(pCbCtl, z);
if (errno)
status = ASOP_DOP_ERR_INIT_CBINITREAD;
return status;
}
+#endif
// Start decoder output circular buffer reads
errno = cbReadStart(pCbCtl, z);