linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio
@ 2012-11-27  1:21 Javier Martinez Canillas
  2012-11-27  9:58 ` Peter Ujfalusi
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2012-11-27  1:21 UTC (permalink / raw)
  To: linux-arm-kernel

Many TI OMAP SoC based boards that uses twl4030 as codec have
been updated to use the unified audio driver (omap-twl4030)
since they have similar audio setup.

So, is good to have it built to add audio support to these boards.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
---
 arch/arm/configs/omap2plus_defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 7c6cbdf..022212c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -172,6 +172,7 @@ CONFIG_SND_DEBUG=y
 CONFIG_SND_USB_AUDIO=m
 CONFIG_SND_SOC=m
 CONFIG_SND_OMAP_SOC=m
+CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
 CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
 CONFIG_USB=y
 CONFIG_USB_DEBUG=y
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio
  2012-11-27  1:21 [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio Javier Martinez Canillas
@ 2012-11-27  9:58 ` Peter Ujfalusi
  2012-12-13 23:58   ` Javier Martinez Canillas
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Ujfalusi @ 2012-11-27  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/27/2012 02:21 AM, Javier Martinez Canillas wrote:
> Many TI OMAP SoC based boards that uses twl4030 as codec have
> been updated to use the unified audio driver (omap-twl4030)
> since they have similar audio setup.
> 
> So, is good to have it built to add audio support to these boards.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

I also agree that it is a good practice to enable this in the defconfig.

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> ---
>  arch/arm/configs/omap2plus_defconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 7c6cbdf..022212c 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -172,6 +172,7 @@ CONFIG_SND_DEBUG=y
>  CONFIG_SND_USB_AUDIO=m
>  CONFIG_SND_SOC=m
>  CONFIG_SND_OMAP_SOC=m
> +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
>  CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
>  CONFIG_USB=y
>  CONFIG_USB_DEBUG=y
> 


-- 
P?ter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio
  2012-11-27  9:58 ` Peter Ujfalusi
@ 2012-12-13 23:58   ` Javier Martinez Canillas
  2012-12-14  0:02     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2012-12-13 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 27, 2012 at 10:58 AM, Peter Ujfalusi <peter.ujfalusi@ti.com> wrote:
> On 11/27/2012 02:21 AM, Javier Martinez Canillas wrote:
>> Many TI OMAP SoC based boards that uses twl4030 as codec have
>> been updated to use the unified audio driver (omap-twl4030)
>> since they have similar audio setup.
>>
>> So, is good to have it built to add audio support to these boards.
>>
>> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>
> I also agree that it is a good practice to enable this in the defconfig.
>
> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>

Hi Tony,

Any comments on this patch?

Best regards,
Javier

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio
  2012-12-13 23:58   ` Javier Martinez Canillas
@ 2012-12-14  0:02     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-12-14  0:02 UTC (permalink / raw)
  To: linux-arm-kernel

* Javier Martinez Canillas <martinez.javier@gmail.com> [121213 16:01]:
> On Tue, Nov 27, 2012 at 10:58 AM, Peter Ujfalusi <peter.ujfalusi@ti.com> wrote:
> > On 11/27/2012 02:21 AM, Javier Martinez Canillas wrote:
> >> Many TI OMAP SoC based boards that uses twl4030 as codec have
> >> been updated to use the unified audio driver (omap-twl4030)
> >> since they have similar audio setup.
> >>
> >> So, is good to have it built to add audio support to these boards.
> >>
> >> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> >
> > I also agree that it is a good practice to enable this in the defconfig.
> >
> > Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> >
> 
> Hi Tony,
> 
> Any comments on this patch?

No looks just fine to me. Let's see if we can get it merged after
the merge window related issues are dealt with.

Regards,

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-14  0:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27  1:21 [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audio Javier Martinez Canillas
2012-11-27  9:58 ` Peter Ujfalusi
2012-12-13 23:58   ` Javier Martinez Canillas
2012-12-14  0:02     ` Tony Lindgren

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).