summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99b6af)
raw | patch | inline | side by side (parent: f99b6af)
author | Govind Jeyaram <govind.j@ti.com> | |
Thu, 16 Feb 2017 22:28:51 +0000 (14:28 -0800) | ||
committer | Govind Jeyaram <govind.j@ti.com> | |
Thu, 16 Feb 2017 22:28:51 +0000 (14:28 -0800) |
pasdk/test_dsp/framework/audioStreamInpProc.c | patch | blob | history |
diff --git a/pasdk/test_dsp/framework/audioStreamInpProc.c b/pasdk/test_dsp/framework/audioStreamInpProc.c
index a6ef9976e34faa2499c5937931801e9946d2186d..d1ba09742f7185628c5812719936ddb63125278b 100644 (file)
if (nbytes == -DIBERR_SYNC)
{
TRACE_TERSE2("PAF_ASIT_autoProcessing: AS%d: SIO_reclaim returned 0x%x, ignoring", as+zMS, nbytes);
- return 0;
+ return nbytes;
}
if (nbytes != sizeof(PAF_InpBufConfig))
{