linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as module
@ 2013-04-10  9:08 Peter Ujfalusi
  2013-04-12 12:14 ` Jyri Sarha
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Ujfalusi @ 2013-04-10  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

Boards supported upstream all use TWL6040 as audio codec, enable the common
ASoC machine driver by default for them.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index bd07864..eea501c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -152,6 +152,7 @@ CONFIG_OMAP_WATCHDOG=y
 CONFIG_TWL4030_WATCHDOG=y
 CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS65910=y
+CONFIG_TWL6040_CORE=y
 CONFIG_REGULATOR_TWL4030=y
 CONFIG_REGULATOR_TPS65023=y
 CONFIG_REGULATOR_TPS6507X=y
@@ -194,6 +195,7 @@ 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_OMAP_ABE_TWL6040=m
 CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
 CONFIG_USB=y
 CONFIG_USB_DEBUG=y
-- 
1.8.1.5

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

* [PATCH] ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as module
  2013-04-10  9:08 [PATCH] ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as module Peter Ujfalusi
@ 2013-04-12 12:14 ` Jyri Sarha
  2013-05-08 22:08   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Jyri Sarha @ 2013-04-12 12:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 10 Apr 2013 11:08:00 +0200, Peter Ujfalusi <peter.ujfalusi@ti.com>
wrote:
> Boards supported upstream all use TWL6040 as audio codec, enable the
common
> ASoC machine driver by default for them.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Jyri Sarha <jsarha@ti.com>

Brings a working PCM for TWL6040 trough McPDM legacy port on top of
8.3-rc3 for my Blaze and Panda.
> ---
>  arch/arm/configs/omap2plus_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig
> b/arch/arm/configs/omap2plus_defconfig
> index bd07864..eea501c 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -152,6 +152,7 @@ CONFIG_OMAP_WATCHDOG=y
>  CONFIG_TWL4030_WATCHDOG=y
>  CONFIG_MFD_TPS65217=y
>  CONFIG_MFD_TPS65910=y
> +CONFIG_TWL6040_CORE=y
>  CONFIG_REGULATOR_TWL4030=y
>  CONFIG_REGULATOR_TPS65023=y
>  CONFIG_REGULATOR_TPS6507X=y
> @@ -194,6 +195,7 @@ 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_OMAP_ABE_TWL6040=m
>  CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
>  CONFIG_USB=y
>  CONFIG_USB_DEBUG=y

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

* [PATCH] ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as module
  2013-04-12 12:14 ` Jyri Sarha
@ 2013-05-08 22:08   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2013-05-08 22:08 UTC (permalink / raw)
  To: linux-arm-kernel

* Jyri Sarha <oku@iki.fi> [130412 05:19]:
> On Wed, 10 Apr 2013 11:08:00 +0200, Peter Ujfalusi <peter.ujfalusi@ti.com>
> wrote:
> > Boards supported upstream all use TWL6040 as audio codec, enable the
> common
> > ASoC machine driver by default for them.
> > 
> > Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> Tested-by: Jyri Sarha <jsarha@ti.com>
> 
> Brings a working PCM for TWL6040 trough McPDM legacy port on top of
> 8.3-rc3 for my Blaze and Panda.

Thanks applying into omap-for-v3.10/fixes.

Regards,

Tony

> > ---
> >  arch/arm/configs/omap2plus_defconfig | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/arch/arm/configs/omap2plus_defconfig
> > b/arch/arm/configs/omap2plus_defconfig
> > index bd07864..eea501c 100644
> > --- a/arch/arm/configs/omap2plus_defconfig
> > +++ b/arch/arm/configs/omap2plus_defconfig
> > @@ -152,6 +152,7 @@ CONFIG_OMAP_WATCHDOG=y
> >  CONFIG_TWL4030_WATCHDOG=y
> >  CONFIG_MFD_TPS65217=y
> >  CONFIG_MFD_TPS65910=y
> > +CONFIG_TWL6040_CORE=y
> >  CONFIG_REGULATOR_TWL4030=y
> >  CONFIG_REGULATOR_TPS65023=y
> >  CONFIG_REGULATOR_TPS6507X=y
> > @@ -194,6 +195,7 @@ 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_OMAP_ABE_TWL6040=m
> >  CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
> >  CONFIG_USB=y
> >  CONFIG_USB_DEBUG=y

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

end of thread, other threads:[~2013-05-08 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10  9:08 [PATCH] ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as module Peter Ujfalusi
2013-04-12 12:14 ` Jyri Sarha
2013-05-08 22:08   ` 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).