mirror of https://github.com/OpenIPC/firmware.git
15 lines
600 B
Diff
15 lines
600 B
Diff
diff -drupN a/sound/soc/Makefile b/sound/soc/Makefile
|
|
--- a/sound/soc/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/sound/soc/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -1,5 +1,10 @@
|
|
+ifneq ($(CONFIG_ARCH_SUN8IW19),)
|
|
+snd-soc-core-objs := soc-core.o soc-dapm.o soc-cache.o soc-utils.o
|
|
+snd-soc-core-objs += soc-pcm.o soc-io.o soc-ops.o
|
|
+else
|
|
snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
|
|
snd-soc-core-objs += soc-pcm.o soc-io.o soc-devres.o soc-ops.o
|
|
+endif
|
|
snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o
|
|
|
|
ifneq ($(CONFIG_SND_SOC_TOPOLOGY),)
|