OSDN Git Service

ASoC: SOF: probe: Merge and clean up the probe and compress files
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Thu, 16 Sep 2021 10:32:09 +0000 (13:32 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 16 Sep 2021 13:04:13 +0000 (14:04 +0100)
commit7bbdda8009001d66611314e67a3f498d4b412c64
treee4a6755e3fdd8176cc951bed01a2f87b2ed34d7f
parent2dc51106ccc6c64b9ea68ddd9ec533f7e67e081d
ASoC: SOF: probe: Merge and clean up the probe and compress files

The probe debug functionality is implemented via compress support and it
was spread across two set of files:
probe.c/h
compress.c/h

Merge the two files into sof-probes.s/h and clean them up by removing
unused struct definitions, functions. We can also move most of the
functions static as they are only used internally.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20210916103211.1573-5-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/Makefile
sound/soc/sof/compress.c [deleted file]
sound/soc/sof/compress.h [deleted file]
sound/soc/sof/core.c
sound/soc/sof/debug.c
sound/soc/sof/intel/hda-dai.c
sound/soc/sof/pcm.c
sound/soc/sof/probe.h [deleted file]
sound/soc/sof/sof-probes.c [moved from sound/soc/sof/probe.c with 52% similarity]
sound/soc/sof/sof-probes.h [new file with mode: 0644]