diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-05-16 12:11:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-17 12:58:01 +0200 |
commit | 69b23b3937a1a1019f3d34696897d89f2d987edf (patch) | |
tree | fc9727e0a9a4b765c963afacaba8bd5c1c9a2eeb /sound/soc/intel/avs/Makefile | |
parent | ASoC: Intel: avs: D0ix power state support (diff) | |
download | linux-69b23b3937a1a1019f3d34696897d89f2d987edf.tar.xz linux-69b23b3937a1a1019f3d34696897d89f2d987edf.zip |
ASoC: Intel: avs: Event tracing
Define tracing macros for easy avs debug. These cover all IPC message
types: requests, replies and notifications as well as DSP-core
operations and d0ix toggling.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220516101116.190192-10-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/Makefile')
-rw-r--r-- | sound/soc/intel/avs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/Makefile b/sound/soc/intel/avs/Makefile index 62b3581d6cdb..38285e73e75d 100644 --- a/sound/soc/intel/avs/Makefile +++ b/sound/soc/intel/avs/Makefile @@ -4,4 +4,8 @@ snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o core.o loader.o \ topology.o path.o pcm.o snd-soc-avs-objs += cldma.o +snd-soc-avs-objs += trace.o +# tell define_trace.h where to find the trace header +CFLAGS_trace.o := -I$(src) + obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o |