* [PATCH] ARM: pxa: add wm9713 codec
@ 2015-09-16 19:42 Robert Jarzmik
2015-09-18 8:44 ` Igor Grinberg
0 siblings, 1 reply; 3+ messages in thread
From: Robert Jarzmik @ 2015-09-16 19:42 UTC (permalink / raw)
To: linux-arm-kernel
The mioa701 is using the wm9713 for audio, battery and touchscreen. Add
the missing audio part, which disappeared.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
arch/arm/mach-pxa/mioa701.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c
index a7b392415a9e..d8e356d63471 100644
--- a/arch/arm/mach-pxa/mioa701.c
+++ b/arch/arm/mach-pxa/mioa701.c
@@ -680,6 +680,7 @@ 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);
MIO_SIMPLE_DEV(mioa701_camera, "soc-camera-pdrv",&iclink);
@@ -687,6 +688,7 @@ static struct platform_device *devices[] __initdata = {
&mioa701_gpio_keys,
&mioa701_backlight,
&mioa701_led,
+ &wm9713_acodec,
&pxa2xx_pcm,
&mioa701_sound,
&power_dev,
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: pxa: add wm9713 codec
2015-09-16 19:42 [PATCH] ARM: pxa: add wm9713 codec Robert Jarzmik
@ 2015-09-18 8:44 ` Igor Grinberg
2015-09-18 9:38 ` Robert Jarzmik
0 siblings, 1 reply; 3+ messages in thread
From: Igor Grinberg @ 2015-09-18 8:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi Robert,
On 09/16/15 22:42, Robert Jarzmik wrote:
> The mioa701 is using the wm9713 for audio, battery and touchscreen. Add
> the missing audio part, which disappeared.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
The subject is a bit misleading..
I think it is worth specifying mioa701 in subject..
> ---
> arch/arm/mach-pxa/mioa701.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c
> index a7b392415a9e..d8e356d63471 100644
> --- a/arch/arm/mach-pxa/mioa701.c
> +++ b/arch/arm/mach-pxa/mioa701.c
> @@ -680,6 +680,7 @@ 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);
> MIO_SIMPLE_DEV(mioa701_camera, "soc-camera-pdrv",&iclink);
>
> @@ -687,6 +688,7 @@ static struct platform_device *devices[] __initdata = {
> &mioa701_gpio_keys,
> &mioa701_backlight,
> &mioa701_led,
> + &wm9713_acodec,
> &pxa2xx_pcm,
> &mioa701_sound,
> &power_dev,
>
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: pxa: add wm9713 codec
2015-09-18 8:44 ` Igor Grinberg
@ 2015-09-18 9:38 ` Robert Jarzmik
0 siblings, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2015-09-18 9:38 UTC (permalink / raw)
To: linux-arm-kernel
Igor Grinberg <grinberg@compulab.co.il> writes:
> Hi Robert,
>
> On 09/16/15 22:42, Robert Jarzmik wrote:
>> The mioa701 is using the wm9713 for audio, battery and touchscreen. Add
>> the missing audio part, which disappeared.
>>
>> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
>
> The subject is a bit misleading..
> I think it is worth specifying mioa701 in subject..
Absolutely, it is even a requirement to have "ARM: pxa: mioa701: " as a prefix.
Thanks for catching this.
--
Robert
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-18 9:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 19:42 [PATCH] ARM: pxa: add wm9713 codec Robert Jarzmik
2015-09-18 8:44 ` Igor Grinberg
2015-09-18 9:38 ` Robert Jarzmik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).