Skip to content

Commit ae77862

Browse files
committed
ASoC: SOF: intel: Rename hda-compress.c to hda-probes.c
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>
1 parent a29d2a3 commit ae77862

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/sof/intel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ snd-sof-intel-hda-common-objs := hda.o hda-loader.o hda-stream.o hda-trace.o \
99
hda-dsp.o hda-ipc.o hda-ctrl.o hda-pcm.o \
1010
hda-dai.o hda-bus.o \
1111
apl.o cnl.o tgl.o icl.o
12-
snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-compress.o
12+
snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-probes.o
1313

1414
snd-sof-intel-hda-objs := hda-codec.o
1515

0 commit comments

Comments
 (0)