Skip to content

Commit

Permalink
ipc4: fix multi pipeline set state if only one secondary core used
Browse files Browse the repository at this point in the history
Fixes commit f2fec74

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
  • Loading branch information
abonislawski committed May 19, 2023
1 parent dc58c6a commit ddc2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/ipc4/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static int ipc4_set_pipeline_state(struct ipc4_message_request *ipc4)

ret = idc_send_msg(&msg, IDC_BLOCKING);
} else {
ret = ipc4_process_on_core(ppl_icd->core, false);
return ipc4_process_on_core(ppl_icd->core, false);
}
} else {
ipc_compound_pre_start(state.primary.r.type);
Expand Down

0 comments on commit ddc2ef6

Please sign in to comment.