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

Lib: Add to dai-legacy.h struct copier_gain_params for testbench #9536

Merged

Commits on Oct 2, 2024

  1. Lib: Add to dai-legacy.h struct copier_gain_params for testbench

    The new copier gain feature needs this structure. The added
    member is copied directly from dai-zephyr.h. Testbench IPC4
    is using legacy DAI definitions instead of Zephyr DAI to avoid
    to include a lot of difficult dependencies. Build of testbench
    fails if dai-legacy.h does not contain this.
    
    Signed-off-by: Seppo Ingalsuo <[email protected]>
    singalsu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d118b6c View commit details
    Browse the repository at this point in the history
  2. Audio: Copier: Remove not necessary header for testbench build

    The include of dai-zephyr.h causes IPC4 testbench build to
    fail due to further include of Zephyr headers. Since the
    copier_generic.c build is not needing it, it can be removed.
    
    The HiFi build version copier_hifi.c is already without
    this include.
    
    Signed-off-by: Seppo Ingalsuo <[email protected]>
    singalsu committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b7b5c20 View commit details
    Browse the repository at this point in the history