We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f883691 commit 3fda772Copy full SHA for 3fda772
1 file changed
src/include/sof/schedule.h
@@ -56,7 +56,7 @@ struct sof;
56
#define TASK_PRI_MED 0
57
#define TASK_PRI_HIGH -20
58
59
-#define TASK_PRI_IPC 1
+#define TASK_PRI_IPC 6
60
61
/* maximun task time slice in microseconds */
62
#define SCHEDULE_TASK_MAX_TIME_SLICE 5000
0 commit comments