Fix sound issue on some ARM devices (tested on Arndale)
This commit is contained in:
parent
76c9063bc4
commit
3b09cb8ede
@ -504,6 +504,8 @@ Patch457: ARM-tegra-usb-no-reset.patch
|
|||||||
|
|
||||||
Patch459: 0001-watchdog-omap_wdt-fix-null-pointer-dereference.patch
|
Patch459: 0001-watchdog-omap_wdt-fix-null-pointer-dereference.patch
|
||||||
|
|
||||||
|
Patch460: mfd-wm8994-Ensure-that-the-whole-MFD-is-built-into-a.patch
|
||||||
|
|
||||||
Patch463: arm-i.MX6-Utilite-device-dtb.patch
|
Patch463: arm-i.MX6-Utilite-device-dtb.patch
|
||||||
|
|
||||||
Patch466: input-kill-stupid-messages.patch
|
Patch466: input-kill-stupid-messages.patch
|
||||||
@ -2031,6 +2033,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 22 2015 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
|
- Fix sound issue on some ARM devices (tested on Arndale)
|
||||||
|
|
||||||
* Fri Nov 20 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc1.git3.1
|
* Fri Nov 20 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc1.git3.1
|
||||||
- Linux v4.4-rc1-223-g86eaf54
|
- Linux v4.4-rc1-223-g86eaf54
|
||||||
|
|
||||||
|
28
mfd-wm8994-Ensure-that-the-whole-MFD-is-built-into-a.patch
Normal file
28
mfd-wm8994-Ensure-that-the-whole-MFD-is-built-into-a.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 567a18f57213647e2c31bbdc7f6b8f9991d22fad Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||||||
|
Date: Fri, 13 Nov 2015 19:03:29 +0000
|
||||||
|
Subject: [PATCH] mfd: wm8994: Ensure that the whole MFD is built into a single
|
||||||
|
module
|
||||||
|
|
||||||
|
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
|
||||||
|
---
|
||||||
|
drivers/mfd/Makefile | 3 ++-
|
||||||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
|
||||||
|
index a59e3fc..4a767ef 100644
|
||||||
|
--- a/drivers/mfd/Makefile
|
||||||
|
+++ b/drivers/mfd/Makefile
|
||||||
|
@@ -61,7 +61,8 @@ wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o
|
||||||
|
wm8350-objs += wm8350-irq.o
|
||||||
|
obj-$(CONFIG_MFD_WM8350) += wm8350.o
|
||||||
|
obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o
|
||||||
|
-obj-$(CONFIG_MFD_WM8994) += wm8994-core.o wm8994-irq.o wm8994-regmap.o
|
||||||
|
+wm8994-objs := wm8994-core.o wm8994-irq.o wm8994-regmap.o
|
||||||
|
+obj-$(CONFIG_MFD_WM8994) += wm8994.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_TPS6105X) += tps6105x.o
|
||||||
|
obj-$(CONFIG_TPS65010) += tps65010.o
|
||||||
|
--
|
||||||
|
2.5.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user