Skip to content

Commit

Permalink
module_adapter: add mixer component for initialization
Browse files Browse the repository at this point in the history
Add mixer component in module_adapter initialization function
otherwise, for IPC3, we get the following error:
"module_adapter_init_data() unsupported comp type 6".

Fixes: 0f4a246 ("module_adapter: fix switch case for spec parsing")

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
  • Loading branch information
iuliana-prodan committed Sep 5, 2024
1 parent 54bb3e4 commit 2c0a98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/module_adapter/module_adapter_ipc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ int module_adapter_init_data(struct comp_dev *dev,
case SOF_COMP_SELECTOR:
case SOF_COMP_DEMUX:
case SOF_COMP_MUX:
case SOF_COMP_MIXER:
case SOF_COMP_DCBLOCK:
case SOF_COMP_SMART_AMP:
case SOF_COMP_MODULE_ADAPTER:
Expand Down

0 comments on commit 2c0a98d

Please sign in to comment.