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

Audio: TDFB: Fix firmware crash caused by TDFB sink format set #9131

Commits on May 16, 2024

  1. Audio: TDFB: Fix firmware crash caused by TDFB sink format set

    The code in tdfb_params() was incorrect for a component that can
    have different number of channels in source and sink. The update
    of sink format can it worst case crash the successive component
    in pipeline if the source channels count has changed from the
    value the component has been initialized for.
    
    The channels count need to be retrieved from input and output pins
    information in extended IPC4 base config. To get the extension the
    rimage toml files need to add for TDFB component the line
    init_config = "1".
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed May 16, 2024
    Configuration menu
    Copy the full SHA
    214bf2b View commit details
    Browse the repository at this point in the history