We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af17b7b commit ad647b3Copy full SHA for ad647b3
1 file changed
src/schedule/schedule.c
@@ -30,7 +30,7 @@ static inline bool scheduler_is_user(int type)
30
* to user-space and only keep Zephyr scheduler logic in
31
* kernel
32
*/
33
- return type == SOF_SCHEDULE_LL_TIMER;
+ return type == SOF_SCHEDULE_LL_TIMER || type == SOF_SCHEDULE_DP;
34
}
35
36
int schedule_task_init(struct task *task,
0 commit comments