]> Gentwo Git Trees - linux/.git/commit
ASoC: Intel: avs: Separate debug symbols
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 18 Aug 2025 10:41:23 +0000 (12:41 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 Aug 2025 12:10:05 +0000 (13:10 +0100)
commit62dc545be11d956419a21724de3810930db20d43
tree24311a2767a0d708dc186318a395b60111317aac
parentc17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
ASoC: Intel: avs: Separate debug symbols

Make it clear what is part of debug functionality and what is not by
separating debug symbols away from the common header file.

Apart from changing avs_probe_platform_register() to return -ENOTSUPP
when CONFIG_DEBUG_FS is disabled, status quo is achieved.

Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250818104126.526442-2-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
15 files changed:
sound/soc/intel/avs/apl.c
sound/soc/intel/avs/avs.h
sound/soc/intel/avs/board_selection.c
sound/soc/intel/avs/cnl.c
sound/soc/intel/avs/core.c
sound/soc/intel/avs/debug.h [new file with mode: 0644]
sound/soc/intel/avs/debugfs.c
sound/soc/intel/avs/icl.c
sound/soc/intel/avs/ipc.c
sound/soc/intel/avs/lnl.c
sound/soc/intel/avs/mtl.c
sound/soc/intel/avs/probes.c
sound/soc/intel/avs/ptl.c
sound/soc/intel/avs/skl.c
sound/soc/intel/avs/tgl.c