mirror of https://github.com/thesofproject/sof.git
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:
parent
c2408be66f
commit
880f9d72ba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue