]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd06d3f00d0bf90156472d15b4529cc654390ea4e
treefc9727e0a9a4b765c963afacaba8bd5c1c9a2eeb
parent0dd0619b2df40154a18d0e1209bead791b990201
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]