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

28 lines
985 B
Diff
Raw Normal View History

From e005a9c29e82bfd18449e23163dd1bacdef166b4 Mon Sep 17 00:00:00 2001
From: wuweidong <625769020@qq.com>
Date: Tue, 28 Nov 2017 17:25:19 +0800
Subject: [PATCH 047/170] 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 f88e6b54f..8d5d3db1f 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