diff mbox series

[5/6] ASoC: SOF: Intel: Rename hda-compress.c to hda-probes.c

Message ID 20210916103211.1573-6-peter.ujfalusi@linux.intel.com
State Accepted
Commit f95b4152ad75274734ed23d0546d24f5e7fc9c3c
Headers show
Series ASoC: SOF: Clean up the probe support | expand

Commit Message

Peter Ujfalusi Sept. 16, 2021, 10:32 a.m. UTC
The hda-compress.c is implementing the SOF probe support for intel HDA
platforms using compress API.

To avoid the confusion, rename it to reflect this.

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>
---
 sound/soc/sof/intel/Makefile                         | 2 +-
 sound/soc/sof/intel/{hda-compress.c => hda-probes.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename sound/soc/sof/intel/{hda-compress.c => hda-probes.c} (100%)
diff mbox series

Patch

diff --git a/sound/soc/sof/intel/Makefile b/sound/soc/sof/intel/Makefile
index feae487f0227..9635dd47a17d 100644
--- a/sound/soc/sof/intel/Makefile
+++ b/sound/soc/sof/intel/Makefile
@@ -9,7 +9,7 @@  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-bus.o \
 				 apl.o cnl.o tgl.o icl.o
-snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-compress.o
+snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-probes.o
 
 snd-sof-intel-hda-objs := hda-codec.o
 
diff --git a/sound/soc/sof/intel/hda-compress.c b/sound/soc/sof/intel/hda-probes.c
similarity index 100%
rename from sound/soc/sof/intel/hda-compress.c
rename to sound/soc/sof/intel/hda-probes.c