We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f20154 commit 79a2197Copy full SHA for 79a2197
2 files changed
include/sound/sof/ipc4/header.h
@@ -123,8 +123,9 @@ enum sof_ipc4_global_msg {
123
/* Notification (FW to SW driver) */
124
SOF_IPC4_GLB_NOTIFICATION,
125
126
- /* 28 .. 31: RESERVED - do not use */
+ /* 28 .. 30: RESERVED - do not use */
127
128
+ SOF_IPC4_GLB_ENTER_GDB = 31,
129
SOF_IPC4_GLB_TYPE_LAST,
130
};
131
sound/soc/sof/ipc4.c
@@ -164,6 +164,7 @@ static const char * const ipc4_dbg_glb_msg_type[] = {
164
DBG_IPC4_MSG_TYPE_ENTRY(GLB_LOAD_LIBRARY_PREPARE),
165
DBG_IPC4_MSG_TYPE_ENTRY(GLB_INTERNAL_MESSAGE),
166
DBG_IPC4_MSG_TYPE_ENTRY(GLB_NOTIFICATION),
167
+ DBG_IPC4_MSG_TYPE_ENTRY(GLB_ENTER_GDB),
168
169
170
#define DBG_IPC4_NOTIFICATION_TYPE_ENTRY(type) [SOF_IPC4_NOTIFY_##type] = #type
0 commit comments