balena-allwinner/layers/meta-balena-allwinner/recipes-kernel/linux/linux-4.19/general-provoke-the-early-load-of-sun8i-codec.patch
Vicentiu Galanopulo b167421e55 recipes-kernel/linux: Add linux_4.19.76.bb/bbappend
Add the latest linux available
from https://github.com/armbian/build
commit de58ac1faac92724c6449db12c22affaeb003875,
tag: sunxi-5.3, alongside all the patches
that it comes with.

Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
2019-10-10 11:50:43 +02:00

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