diff options
| author | Rander Wang <rander.wang@intel.com> | 2023-09-19 12:24:13 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-09-19 13:48:49 +0100 |
| commit | c8b54a2f7af41740b5faad2f6846d927b14369ca (patch) | |
| tree | bbeca9fbf323f24840d3acd8cc1eb1adcbfed42f /sound/soc/sof/intel/Makefile | |
| parent | 80b567f8995757d36008f835853cea8d2f7c34c0 (diff) | |
| download | lwn-c8b54a2f7af41740b5faad2f6846d927b14369ca.tar.gz lwn-c8b54a2f7af41740b5faad2f6846d927b14369ca.zip | |
ASoC: SOF: Intel: add telemetry retrieval support on Intel platforms
Telemetry data is decoded based on intel xtensa design and printed in
kernel log by sof debug framework.
Signed-off-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20230919092416.4137-7-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/Makefile')
| -rw-r--r-- | sound/soc/sof/intel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/Makefile b/sound/soc/sof/intel/Makefile index 030574dbc998..6489d0660d58 100644 --- a/sound/soc/sof/intel/Makefile +++ b/sound/soc/sof/intel/Makefile @@ -7,7 +7,8 @@ snd-sof-intel-hda-common-objs := hda.o hda-loader.o hda-stream.o hda-trace.o \ hda-dsp.o hda-ipc.o hda-ctrl.o hda-pcm.o \ hda-dai.o hda-dai-ops.o hda-bus.o \ skl.o hda-loader-skl.o \ - apl.o cnl.o tgl.o icl.o mtl.o lnl.o hda-common-ops.o + apl.o cnl.o tgl.o icl.o mtl.o lnl.o hda-common-ops.o \ + telemetry.o snd-sof-intel-hda-mlink-objs := hda-mlink.o |
