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
2 changes: 1 addition & 1 deletion src/include/ipc4/notification.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ enum sof_ipc4_resource_event_type {
/* SNDW debug notification e.g. external VAD detected */
SOF_IPC4_SNDW_DEBUG_INFO = 18,
/* Invalid type */
SOF_IPC4_INVALID_RESORUCE_EVENT_TYPE = 19,
SOF_IPC4_INVALID_RESOURCE_EVENT_TYPE = 19,
};

/* Resource Type - source of the event */
Expand Down
1 change: 0 additions & 1 deletion src/ipc/ipc4/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,6 @@ __cold static int ipc4_add_comp_dev(struct comp_dev *dev)
sizeof(struct ipc_comp_dev));
if (!icd) {
tr_err(&ipc_tr, "alloc failed");
rfree(icd);
return IPC4_OUT_OF_MEMORY;
}

Expand Down
Loading