]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: pxa: mioa701 convert to the new AC97 bus
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 27 May 2018 19:23:38 +0000 (21:23 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 20 Jun 2018 20:21:48 +0000 (22:21 +0200)
This migration implies :
 - wm9713 device is removed, it will be auto-probed

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/mioa701.c

index 9b6c7ea45a4010555f97b83cfa2655a60cd7c672..04dc78d0809f820dfcc642185cd81a7a88ed271d 100644 (file)
@@ -677,14 +677,12 @@ MIO_SIMPLE_DEV(mioa701_led,         "leds-gpio",      &gpio_led_info)
 MIO_SIMPLE_DEV(pxa2xx_pcm,       "pxa2xx-pcm",     NULL)
 MIO_SIMPLE_DEV(mioa701_sound,    "mioa701-wm9713", NULL)
 MIO_SIMPLE_DEV(mioa701_board,    "mioa701-board",  NULL)
-MIO_SIMPLE_DEV(wm9713_acodec,    "wm9713-codec",   NULL);
 MIO_SIMPLE_DEV(gpio_vbus,        "gpio-vbus",      &gpio_vbus_data);
 
 static struct platform_device *devices[] __initdata = {
        &mioa701_gpio_keys,
        &mioa701_backlight,
        &mioa701_led,
-       &wm9713_acodec,
        &pxa2xx_pcm,
        &mioa701_sound,
        &power_dev,