mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 18:51:30 +00:00
25 lines
892 B
Diff
25 lines
892 B
Diff
From 27a4a6dd5fc701b8edd0886e22abe384b3a4c6d8 Mon Sep 17 00:00:00 2001
|
|
From: wuweidong <625769020@qq.com>
|
|
Date: Tue, 28 Nov 2017 17:25:19 +0800
|
|
Subject: [PATCH] ASoC: 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 886ef4bbe9b1..c49fae1f8564 100644
|
|
--- a/sound/soc/sunxi/Makefile
|
|
+++ b/sound/soc/sunxi/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
# 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_SUN8I_CODEC) += sun8i-codec.o
|
|
obj-$(CONFIG_SND_SUN8I_I2S) += sun8i-i2s.o
|
|
--
|
|
2.17.1
|
|
|