-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schedule: zephyr_ll: Fix schedule bug for multi instances
When run two instances at same time the sound has noise, for example: playback and record in i.MX8QM or i.MX8ULP platform. The reason is one dma interrupt will process two task cause the schedule have no mechanism to make sure only handle the task needed to process. Fix this issue by adding check if task is in pending state. Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
- Loading branch information
Zhang Peng
committed
Dec 20, 2023
1 parent
4f028c5
commit 5d1c7c1
Showing
3 changed files
with
68 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters