Skip to content

Commit 95e8889

Browse files
ujfalusiplbossart
authored andcommitted
ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementation
The existing trace.c file is implementing the IPC3 dma-trace support. Clone the existing code with prefix fixes as ipc3 fw_tracing implementation to be used when the core is converted to use generic ops for firmware tracing. Drop the dual licensing of the content as the implementation is based on debugfs. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 510ae62 commit 95e8889

4 files changed

Lines changed: 613 additions & 1 deletion

File tree

sound/soc/sof/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
55

66
# IPC implementations
77
ifneq ($(CONFIG_SND_SOC_SOF_IPC3),)
8-
snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o
8+
snd-sof-objs += ipc3.o ipc3-loader.o ipc3-topology.o ipc3-control.o ipc3-pcm.o\
9+
ipc3-dtrace.o
910
endif
1011
ifneq ($(CONFIG_SND_SOC_SOF_INTEL_IPC4),)
1112
snd-sof-objs += ipc4.o ipc4-loader.o ipc4-topology.o ipc4-control.o ipc4-pcm.o

0 commit comments

Comments
 (0)