eq-fir unit test: add ext_data_length for eq-fir

Eq-fir is a process component and use ext_data_length
with module adapter.

Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2022-10-24 10:43:34 +08:00 committed by Liam Girdwood
parent c2408be66f
commit 880f9d72ba
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ static void comp_specific_builder(struct sof_ipc_comp *comp,
case SOF_COMP_NONE:
config->process.type = proc->type;
config->process.size = proc->size;
#if CONFIG_LIBRARY
#if CONFIG_LIBRARY || UNIT_TEST
config->process.data = proc->data + comp->ext_data_length;
#else
config->process.data = proc->data;