Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/ipc/ipc4/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,7 @@ static int ipc4_module_process_dx(struct ipc4_message_request *ipc4)
}

if (is_any_ppl_active()) {
ipc_cmd_err(&ipc_tr, "some pipelines are still active");
return IPC4_BUSY;
tr_warn(&ipc_tr, "some pipelines are still active");
}

#if defined(CONFIG_PM)
Expand Down