Skip to content

Commit a9b2821

Browse files
author
Jyri Sarha
committed
ASoC: SOF: IPC4: Add debug-stream debug slot type
Add new debug window slot type for debug-stream protocol. For details see src/debug/debug_stream/debug_stream_slot.h under SOF sources [1]. [1] https://github.com/thesofproject/sof Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 6702302 commit a9b2821

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/sound/sof/ipc4/header.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ struct sof_ipc4_notify_resource_data {
540540
#define SOF_IPC4_DEBUG_SLOT_DEBUG_LOG 0x474f4c00 /* byte 0: core ID */
541541
#define SOF_IPC4_DEBUG_SLOT_GDB_STUB 0x42444700
542542
#define SOF_IPC4_DEBUG_SLOT_TELEMETRY 0x4c455400
543+
#define SOF_IPC4_DEBUG_SLOT_DEBUG_STREAM 0x53523134
543544
#define SOF_IPC4_DEBUG_SLOT_BROKEN 0x44414544
544545

545546
/**

0 commit comments

Comments
 (0)