Skip to content

Commit e645843

Browse files
author
Jyri Sarha
committed
ASoC: SOF: ipc4: Maps debug-stream debug window slot as debugfs file
Maps debug-stream debug window slot as debugfs file with sof_ipc4_create_debug_slot_debugfs_node() -function. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent f1361c6 commit e645843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/soc/sof/ipc4.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ static int ipc4_fw_ready(struct snd_sof_dev *sdev, struct sof_ipc4_msg *ipc4_msg
623623

624624
sof_ipc4_create_exception_debugfs_node(sdev);
625625

626+
sof_ipc4_create_debug_slot_debugfs_node(sdev, SOF_IPC4_DEBUG_SLOT_DEBUG_STREAM,
627+
0, "debug_stream");
628+
626629
return sof_ipc4_init_msg_memory(sdev);
627630
}
628631

0 commit comments

Comments
 (0)