Skip to content

Commit

Permalink
Tools: Testbench: Fix load of MFCC component
Browse files Browse the repository at this point in the history
The load of MFCC fails with testbench due to missing call of
sys_comp_module_mfcc_interface_init() in common_test.c
testbench initialize.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu authored and lgirdwood committed Jun 10, 2024
1 parent 5df28c4 commit 65bad5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testbench/common_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ int tb_setup(struct sof *sof, struct testbench_prm *tp)
sys_comp_module_eq_iir_interface_init();
sys_comp_module_google_rtc_audio_processing_interface_init();
sys_comp_module_igo_nr_interface_init();
sys_comp_module_mfcc_interface_init();
sys_comp_module_multiband_drc_interface_init();
sys_comp_module_mux_interface_init();
sys_comp_module_rtnr_interface_init();
Expand Down

0 comments on commit 65bad5c

Please sign in to comment.