build/patch/kernel/archive/sunxi-6.5/patches.armbian/sound-soc-sunxi-Provoke-the-early-load-of-sun8i-codec-analog.patch

28 lines
985 B
Diff

From 271c2e504cfcf6637f4c947d0bb2987eb0687f0f Mon Sep 17 00:00:00 2001
From: wuweidong <625769020@qq.com>
Date: Tue, 28 Nov 2017 17:25:19 +0800
Subject: [PATCH 034/153] sound:soc:sunxi: Provoke the early load of
sun8i-codec-analog
---
sound/soc/sunxi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/sunxi/Makefile b/sound/soc/sunxi/Makefile
index 0dccdaa35..b0b976a3d 100644
--- a/sound/soc/sunxi/Makefile
+++ b/sound/soc/sunxi/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_SND_SUN8I_CODEC_ANALOG) += sun8i-codec-analog.o
obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o
obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o
obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o
-obj-$(CONFIG_SND_SUN8I_CODEC_ANALOG) += sun8i-codec-analog.o
obj-$(CONFIG_SND_SUN50I_CODEC_ANALOG) += sun50i-codec-analog.o
obj-$(CONFIG_SND_SUN8I_CODEC) += sun8i-codec.o
obj-$(CONFIG_SND_SUN8I_ADDA_PR_REGMAP) += sun8i-adda-pr-regmap.o
--
2.35.3