diff --git a/src/ipc/ipc4/handler.c b/src/ipc/ipc4/handler.c index 54ef9d396b52..e44943227ad8 100644 --- a/src/ipc/ipc4/handler.c +++ b/src/ipc/ipc4/handler.c @@ -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)