summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2a4655)
raw | patch | inline | side by side (parent: c2a4655)
author | Veeranna Hanchinal <x0131333@ti.com> | |
Wed, 29 Aug 2018 13:08:01 +0000 (18:38 +0530) | ||
committer | Veeranna Hanchinal <x0131333@ti.com> | |
Wed, 29 Aug 2018 13:08:01 +0000 (18:38 +0530) |
pasrc/test_dsp/framework/audioStreamInpProcNewIO.c | patch | blob | history |
diff --git a/pasrc/test_dsp/framework/audioStreamInpProcNewIO.c b/pasrc/test_dsp/framework/audioStreamInpProcNewIO.c
index f1cae7a354de1c32e3f6491b575d252033e8ac27..05be7b4f542cecdaf5e8680efbba3a10cebb1ed3 100644 (file)
// event-based scheduling instead of polling
eventsOn = FALSE;
+ // Increase ASIP priority level one more over ASOP
+ Task_setPri(pAsitCfg->taskHandle, Task_getPri(pAsitCfg->taskHandle)+1);
+
for (;;)
{
asipLoopCount1++;