ipc: abstraction: added SOF_COMP_NONE in comp_specific_builder.

For non-specific type of component, the comp builder will adopt

the process type.

Signed-off-by: fy.tsuo <fy.tsuo@intelli-go.com>
This commit is contained in:
fy.tsuo 2021-06-10 08:51:40 +08:00 committed by Liam Girdwood
parent d5cb673fa2
commit 87ae3505f6
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ static void comp_specific_builder(struct sof_ipc_comp *comp,
case SOF_COMP_DCBLOCK:
case SOF_COMP_SMART_AMP:
case SOF_COMP_CODEC_ADAPTOR:
case SOF_COMP_NONE:
config->process.type = proc->type;
config->process.size = proc->size;
config->process.data = proc->data;