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

ASoC: SOF: pm: don't return error when CTX_SAVE ipc fails #460

Merged
merged 1 commit into from
Dec 18, 2018

Commits on Dec 18, 2018

  1. ASoC: SOF: pm: don't return error when CTX_SAVE ipc fails

    CTX_SAVE ipc is sent right before the DSP is powered off.
    Returning an error if this ipc fails causes the resume
    sequence to fail as well. Instead just report the error
    and continue to power off the DSP. This is only a
    temporary workaround until the real issue with
    CTX_SAVE ipc's timing out is root caused.
    
    Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    ranj063 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    9ae9ada View commit details
    Browse the repository at this point in the history