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

Arch: host: Cleanup mixer vs. mixin/mixout component build #9544

Merged
merged 1 commit into from
Oct 9, 2024

Commits on Oct 4, 2024

  1. Arch: host: Cleanup mixer vs. mixin/mixout component build

    The build of mixin/mixout didn't work for static library IPC4
    testbench build because Kconfig for mixer has
    "depends on IPC_MAJOR_3". Therefore the if(CONFIG_COMP_MIXER)
    with IPC version dependent sources was never true. It's replaced
    with normal component build handling for CONFIG_COMP_MIXER and
    CONFIG_COMP_MIXIN_MIXOUT.
    
    The confusing looking "set(mixer_src ..." from begin of
    CMakeLists.txt is moved to end where shared libraries of audio
    modules are built.
    
    The default configuration of SOF plugin is changed to
    CONFIG_COMP_MIXIN_MIXOUT=y to make sure the correct mixer
    is built for it.
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f18cf73 View commit details
    Browse the repository at this point in the history