ASoC: SOF: ipc4-topology: Add module ID print during module set up
authorBaofeng Tian <baofeng.tian@intel.com>
Wed, 29 Nov 2023 12:22:34 +0000 (14:22 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 29 Nov 2023 13:25:28 +0000 (13:25 +0000)
commit8f464a410944650adc8d75c7711d7d56c5506da0
tree97061f39fc91c3056d3244e2215cc687f5a76679
parente9a92dfc8d4fde6f7adb978fb13d0b0834567cc5
ASoC: SOF: ipc4-topology: Add module ID print during module set up

This module ID will be used for module performance automatic analysis
for different modules, module name, module ID and module instance ID
will be combined as a new generated ID for current module, this ID
will be further used by analysis tools to identify current module.

Take below case as example:
0x030006 gain.11.1
3 is module instance ID, 6 is module ID and gain.11.1 is module name.

For pipeline widget print, keep as it is.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Chao Song <chao.song@linux.intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20231129122234.14515-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/ipc4-topology.c