You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments