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

ipc4: Regression FIX: Do not clear sources/sinks on reset #8657

Merged
merged 1 commit into from
Dec 21, 2023

Commits on Dec 20, 2023

  1. ipc4: Regression FIX: Do not clear sources/sinks on reset

    After thesofproject#8594 been merged, sources
    and sinks are now setup on .bind() and .unbind(). Previously they were
    setup in .prepare(). However, there were code left in
    module_adapter_reset() which clears sources and sinks arrays. That broke
    some tests: modules which use source/sink API stopped working correctly
    after pipeline reset.
    
    Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
    serhiy-katsyuba-intel committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c6e3845 View commit details
    Browse the repository at this point in the history