-
Notifications
You must be signed in to change notification settings - Fork 349
zephyr: ll-schedule: initialise n_tasks #5555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When the ll-scheduler is initialised and its private data is allocated, all fields of that data have to be initialised. Add a missing n_tasks initialisation. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kv2019i @mengdonglin fyi - needed for v2.1
|
@ujfalusi @plbossart fyi unrelated to this PR and reported by CI, looks like a display PM issue on BYT that cascades to FW (and SOF driver handles gracefully) |
|
@lgirdwood, looks like we have several IPC messages timing out, so firmware is not responding... |
When the ll-scheduler is initialised and its private data is allocated, all fields of that data have to be initialised. Add a missing n_tasks initialisation.