Skip to content

Commit aceccc1

Browse files
serhiy-katsyuba-intellgirdwood
authored andcommitted
ipc4: fix minor typo
Fix two switched letters in SOF_IPC4_INVALID_RESOURCE_EVENT_TYPE declaration. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent 9add898 commit aceccc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/ipc4/notification.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enum sof_ipc4_resource_event_type {
8888
/* SNDW debug notification e.g. external VAD detected */
8989
SOF_IPC4_SNDW_DEBUG_INFO = 18,
9090
/* Invalid type */
91-
SOF_IPC4_INVALID_RESORUCE_EVENT_TYPE = 19,
91+
SOF_IPC4_INVALID_RESOURCE_EVENT_TYPE = 19,
9292
};
9393

9494
/* Resource Type - source of the event */

0 commit comments

Comments
 (0)