ASoC: Intel: avs: Event tracing
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 16 May 2022 10:11:10 +0000 (12:11 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 17 May 2022 10:58:01 +0000 (11:58 +0100)
commit69b23b3937a1a1019f3d34696897d89f2d987edf
treefc9727e0a9a4b765c963afacaba8bd5c1c9a2eeb
parent335c4cbd201d4b74942ff37e6c644d56b9247df3
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>
sound/soc/intel/avs/Makefile
sound/soc/intel/avs/dsp.c
sound/soc/intel/avs/ipc.c
sound/soc/intel/avs/trace.c [new file with mode: 0644]
sound/soc/intel/avs/trace.h [new file with mode: 0644]