All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
@ 2013-05-24 13:28 ` Fabio Baltieri
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Baltieri @ 2013-05-24 13:28 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Srinidhi Kasagar, Lee Jones, linux-arm-kernel, linux-kernel,
	Fabio Baltieri

Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---

Hi Linus,

As I noticed that you just updated your ux500-defconfig branch, and the ux500
sound driver should be working fine in the next kernel, I'm sending a patch to
enable it by default.  This applies on top of your recent commit "ARM: ux500:
update defconfig base".

Thanks,
Fabio

 arch/arm/configs/u8500_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index da0614a..da353e0 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -69,6 +69,11 @@ CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_AB8500=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_SOC_UX500=y
+CONFIG_SND_SOC_UX500_MACH_MOP500=y
 CONFIG_USB=y
 CONFIG_USB_MUSB_HDRC=y
 CONFIG_USB_MUSB_UX500=y
-- 
1.8.2


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

* [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
@ 2013-05-24 13:28 ` Fabio Baltieri
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Baltieri @ 2013-05-24 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---

Hi Linus,

As I noticed that you just updated your ux500-defconfig branch, and the ux500
sound driver should be working fine in the next kernel, I'm sending a patch to
enable it by default.  This applies on top of your recent commit "ARM: ux500:
update defconfig base".

Thanks,
Fabio

 arch/arm/configs/u8500_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index da0614a..da353e0 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -69,6 +69,11 @@ CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_AB8500=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_SOC_UX500=y
+CONFIG_SND_SOC_UX500_MACH_MOP500=y
 CONFIG_USB=y
 CONFIG_USB_MUSB_HDRC=y
 CONFIG_USB_MUSB_UX500=y
-- 
1.8.2

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

* Re: [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
  2013-05-24 13:28 ` Fabio Baltieri
@ 2013-05-27 11:44   ` Linus Walleij
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2013-05-27 11:44 UTC (permalink / raw)
  To: Fabio Baltieri
  Cc: Srinidhi Kasagar, Lee Jones, linux-arm-kernel, linux-kernel

On Fri, May 24, 2013 at 3:28 PM, Fabio Baltieri
<fabio.baltieri@linaro.org> wrote:

> Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.
>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>

Thanks, patch applied to my defconfig branch.

Now I can finally use the Snowball board to run sidplay.

Yours,
Linus Walleij

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

* [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
@ 2013-05-27 11:44   ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2013-05-27 11:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 24, 2013 at 3:28 PM, Fabio Baltieri
<fabio.baltieri@linaro.org> wrote:

> Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.
>
> Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>

Thanks, patch applied to my defconfig branch.

Now I can finally use the Snowball board to run sidplay.

Yours,
Linus Walleij

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

* Re: [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
  2013-05-27 11:44   ` Linus Walleij
@ 2013-05-27 12:16     ` Fabio Baltieri
  -1 siblings, 0 replies; 6+ messages in thread
From: Fabio Baltieri @ 2013-05-27 12:16 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Lee Jones, linux-kernel, linux-arm-kernel, Srinidhi Kasagar

On Mon, May 27, 2013 at 01:44:38PM +0200, Linus Walleij wrote:
> On Fri, May 24, 2013 at 3:28 PM, Fabio Baltieri
> <fabio.baltieri@linaro.org> wrote:
> 
> > Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.
> >
> > Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> 
> Thanks, patch applied to my defconfig branch.
> 
> Now I can finally use the Snowball board to run sidplay.

Glad to be of help! :-)

Fabio

-- 
Fabio Baltieri

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

* [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500
@ 2013-05-27 12:16     ` Fabio Baltieri
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Baltieri @ 2013-05-27 12:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 27, 2013 at 01:44:38PM +0200, Linus Walleij wrote:
> On Fri, May 24, 2013 at 3:28 PM, Fabio Baltieri
> <fabio.baltieri@linaro.org> wrote:
> 
> > Enable ux500 specific ALSA SoC drivers by default on u8500_defconfig.
> >
> > Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> 
> Thanks, patch applied to my defconfig branch.
> 
> Now I can finally use the Snowball board to run sidplay.

Glad to be of help! :-)

Fabio

-- 
Fabio Baltieri

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

end of thread, other threads:[~2013-05-27 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 13:28 [PATCH] ARM: ux500: select SND_SOC_UX500 for ux500 Fabio Baltieri
2013-05-24 13:28 ` Fabio Baltieri
2013-05-27 11:44 ` Linus Walleij
2013-05-27 11:44   ` Linus Walleij
2013-05-27 12:16   ` Fabio Baltieri
2013-05-27 12:16     ` Fabio Baltieri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.