Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391685 > unrolled thread

[RFC PATCH 5/7] ARM: pxa: mioa701 remove wm9713 from platform devices

Started byRobert Jarzmik <robert.jarzmik@free.fr>
First post2016-04-30 23:20 +0200
Last post2016-04-30 23:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC PATCH 5/7] ARM: pxa: mioa701 remove wm9713 from platform devices Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-30 23:20 +0200

#1391685 — [RFC PATCH 5/7] ARM: pxa: mioa701 remove wm9713 from platform devices

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2016-04-30 23:20 +0200
Subject[RFC PATCH 5/7] ARM: pxa: mioa701 remove wm9713 from platform devices
Message-ID<rtKsW-6dE-1@gated-at.bofh.it>
As the ac97 autoprobing is introduced, remove the manually added wm9713
device.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 arch/arm/mach-pxa/mioa701.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c
index 38a96a193dc4..e69e20febf83 100644
--- a/arch/arm/mach-pxa/mioa701.c
+++ b/arch/arm/mach-pxa/mioa701.c
@@ -690,7 +690,6 @@ static struct platform_device *devices[] __initdata = {
 	&mioa701_gpio_keys,
 	&mioa701_backlight,
 	&mioa701_led,
-	&wm9713_acodec,
 	&pxa2xx_pcm,
 	&mioa701_sound,
 	&power_dev,
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web