Skip to content

Commit 3fda772

Browse files
committed
scheduler: chagne ipc process task priority
Lower IPC process task priority to run the process with lower level interrupt. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
1 parent f883691 commit 3fda772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/sof/schedule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct sof;
5656
#define TASK_PRI_MED 0
5757
#define TASK_PRI_HIGH -20
5858

59-
#define TASK_PRI_IPC 1
59+
#define TASK_PRI_IPC 6
6060

6161
/* maximun task time slice in microseconds */
6262
#define SCHEDULE_TASK_MAX_TIME_SLICE 5000

0 commit comments

Comments
 (0)