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 0bfbe91 commit 136b373Copy full SHA for 136b373
sound/soc/sof/intel/Makefile
@@ -7,7 +7,7 @@ snd-sof-intel-hda-common-objs := hda.o hda-loader.o hda-stream.o hda-trace.o \
7
hda-dsp.o hda-ipc.o hda-ctrl.o hda-pcm.o \
8
hda-dai.o hda-dai-ops.o hda-bus.o \
9
hda-common-ops.o \
10
- telemetry.o
+ telemetry.o tracepoints.o
11
12
snd-sof-intel-hda-mlink-objs := hda-mlink.o
13
sound/soc/sof/intel/hda.c
@@ -35,7 +35,6 @@
35
#include "../ipc4-topology.h"
36
#include "hda.h"
37
38
-#define CREATE_TRACE_POINTS
39
#include <trace/events/sof_intel.h>
40
41
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
sound/soc/sof/intel/tracepoints.c
@@ -0,0 +1,3 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
+#define CREATE_TRACE_POINTS
3
+#include <trace/events/sof_intel.h>
0 commit comments