summaryrefslogtreecommitdiff
path: root/sound/soc/sof
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2021-01-18 11:10:48 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:28:47 +0800
commit57d034572823c198b17b4dee05f65441e8b01c04 (patch)
tree0f8b9e9f64885402ba3443fefb177341df77df22 /sound/soc/sof
parent59bca9da3f691ff84737c4f700809fe93e17df38 (diff)
ASoC: SOF: Rename compress.c -> probe_compress.c
This will help separate compress probe helpers functions from compress audio implementation that will follow in the next patches. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound/soc/sof')
-rw-r--r--sound/soc/sof/Makefile2
-rw-r--r--sound/soc/sof/intel/hda-dai.c2
-rw-r--r--sound/soc/sof/pcm.c2
-rw-r--r--sound/soc/sof/probe_compress.c (renamed from sound/soc/sof/compress.c)2
-rw-r--r--sound/soc/sof/probe_compress.h (renamed from sound/soc/sof/compress.h)0
5 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/sof/Makefile b/sound/soc/sof/Makefile
index 606d8137cd98..ad17a75b639a 100644
--- a/sound/soc/sof/Makefile
+++ b/sound/soc/sof/Makefile
@@ -2,7 +2,7 @@
snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
control.o trace.o utils.o sof-audio.o
-snd-sof-$(CONFIG_SND_SOC_SOF_DEBUG_PROBES) += probe.o compress.o
+snd-sof-$(CONFIG_SND_SOC_SOF_DEBUG_PROBES) += probe.o probe_compress.o
snd-sof-pci-objs := sof-pci-dev.o
snd-sof-acpi-objs := sof-acpi-dev.o
diff --git a/sound/soc/sof/intel/hda-dai.c b/sound/soc/sof/intel/hda-dai.c
index c1f9f0f58464..cd9f8ad62e43 100644
--- a/sound/soc/sof/intel/hda-dai.c
+++ b/sound/soc/sof/intel/hda-dai.c
@@ -401,7 +401,7 @@ static const struct snd_soc_dai_ops hda_link_dai_ops = {
};
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_PROBES)
-#include "../compress.h"
+#include "../probe_compress.h"
static struct snd_soc_cdai_ops sof_probe_compr_ops = {
.startup = sof_probe_compr_open,
diff --git a/sound/soc/sof/pcm.c b/sound/soc/sof/pcm.c
index 7ad288cca7fa..2280a92557f2 100644
--- a/sound/soc/sof/pcm.c
+++ b/sound/soc/sof/pcm.c
@@ -17,7 +17,7 @@
#include "sof-audio.h"
#include "ops.h"
#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES)
-#include "compress.h"
+#include "probe_compress.h"
#endif
/* Create DMA buffer page table for DSP */
diff --git a/sound/soc/sof/compress.c b/sound/soc/sof/probe_compress.c
index 57d5bf0a171e..a20887b40f3c 100644
--- a/sound/soc/sof/compress.c
+++ b/sound/soc/sof/probe_compress.c
@@ -9,7 +9,7 @@
//
#include <sound/soc.h>
-#include "compress.h"
+#include "probe_compress.h"
#include "ops.h"
#include "probe.h"
diff --git a/sound/soc/sof/compress.h b/sound/soc/sof/probe_compress.h
index 4448c799e14b..4448c799e14b 100644
--- a/sound/soc/sof/compress.h
+++ b/sound/soc/sof/probe_compress.h