Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/ipc/ipc4/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ static int ipc4_process_glb_message(union ipc4_message_header *ipc4)
case SOF_IPC4_GLB_SAVE_PIPELINE:
case SOF_IPC4_GLB_RESTORE_PIPELINE:
tr_err(&ipc_tr, "not implemented ipc message type %d", type);
ret = IPC4_UNAVAILABLE;
break;

/* Loads library (using Code Load or HD/A Host Output DMA) */
Expand Down
1 change: 1 addition & 0 deletions src/ipc/ipc4/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sof/audio/component_ext.h>
#include <sof/audio/pipeline.h>
#include <sof/common.h>
#include <sof/drivers/interrupt.h>
#include <sof/ipc/topology.h>
#include <sof/ipc/common.h>
#include <sof/ipc/msg.h>
Expand Down
Empty file.