Skip to content
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

schedule: zephyr_ll: Fix schedule bug for multi instances #8653

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2024

  1. schedule: zephyr_ll: Fix schedule bug for multiple 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>
    Zhang Peng committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1f93883 View commit details
    Browse the repository at this point in the history