summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5c0f14)
raw | patch | inline | side by side (parent: e5c0f14)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 10 May 2018 15:22:01 +0000 (10:22 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 10 May 2018 15:22:01 +0000 (10:22 -0500) |
pasdk/test_dsp/framework/audioStreamInpProcNewIO.c | patch | blob | history |
diff --git a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c
index 4e6b92cd39af8504329d44bab98f1dae4743c862..fb84c34dbdd7dac15c8e199ff7cebec253dcbf3b 100644 (file)
// configure stride according to selected McASP LLD configuration
pInp->stride = pReqLldCfg->mcaspChanParams->noOfSerRequested *
pReqLldCfg->mcaspChanParams->noOfChannels;
+
+ pInp->firstTimeInit = TRUE; // set flag for IO Phy & Buff initialization
}
}
else