All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
@ 2016-01-11  4:25 Martin Michlmayr
  2016-01-16 17:27 ` Andrew Lunn
  2016-01-25 13:36 ` Gregory CLEMENT
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Michlmayr @ 2016-01-11  4:25 UTC (permalink / raw)
  To: linux-arm-kernel

OpenRD-Client requires the CS42L51 codec.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
---
 arch/arm/configs/mvebu_v5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
index 79e6260..25c788a 100644
--- a/arch/arm/configs/mvebu_v5_defconfig
+++ b/arch/arm/configs/mvebu_v5_defconfig
@@ -109,6 +109,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_KIRKWOOD_SOC=y
 CONFIG_SND_SOC_ALC5623=y
+CONFIG_SND_SOC_CS42L51_I2C=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-- 
2.1.4

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
  2016-01-11  4:25 ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD Martin Michlmayr
@ 2016-01-16 17:27 ` Andrew Lunn
  2016-01-25 13:36 ` Gregory CLEMENT
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Lunn @ 2016-01-16 17:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 10, 2016 at 08:25:40PM -0800, Martin Michlmayr wrote:
> OpenRD-Client requires the CS42L51 codec.
> 
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

Reviewd-by: Andrew Lunn <andrew@lunn.ch>

Thanks
	Andrew

> ---
>  arch/arm/configs/mvebu_v5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
> index 79e6260..25c788a 100644
> --- a/arch/arm/configs/mvebu_v5_defconfig
> +++ b/arch/arm/configs/mvebu_v5_defconfig
> @@ -109,6 +109,7 @@ CONFIG_SND=y
>  CONFIG_SND_SOC=y
>  CONFIG_SND_KIRKWOOD_SOC=y
>  CONFIG_SND_SOC_ALC5623=y
> +CONFIG_SND_SOC_CS42L51_I2C=y
>  CONFIG_SND_SIMPLE_CARD=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
> -- 
> 2.1.4
> 
> -- 
> Martin Michlmayr
> http://www.cyrius.com/
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
  2016-01-11  4:25 ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD Martin Michlmayr
  2016-01-16 17:27 ` Andrew Lunn
@ 2016-01-25 13:36 ` Gregory CLEMENT
  2016-01-25 21:45   ` Martin Michlmayr
  1 sibling, 1 reply; 5+ messages in thread
From: Gregory CLEMENT @ 2016-01-25 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Martin,
 
 On lun., janv. 11 2016, Martin Michlmayr <tbm@cyrius.com> wrote:

> OpenRD-Client requires the CS42L51 codec.

This patch do not apply anymore on v4.5-rc1.

Could you regenerate it, please?

Then I will apply it on mvebu/defconfig with Andrew'w Reviewed-by tag.

Thanks,

Gregory

>
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
> ---
>  arch/arm/configs/mvebu_v5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/mvebu_v5_defconfig
> b/arch/arm/configs/mvebu_v5_defconfig
> index 79e6260..25c788a 100644
> --- a/arch/arm/configs/mvebu_v5_defconfig
> +++ b/arch/arm/configs/mvebu_v5_defconfig
> @@ -109,6 +109,7 @@ CONFIG_SND=y
>  CONFIG_SND_SOC=y
>  CONFIG_SND_KIRKWOOD_SOC=y
>  CONFIG_SND_SOC_ALC5623=y
> +CONFIG_SND_SOC_CS42L51_I2C=y
>  CONFIG_SND_SIMPLE_CARD=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
> -- 
> 2.1.4
>
> -- 
> Martin Michlmayr
> http://www.cyrius.com/
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
  2016-01-25 13:36 ` Gregory CLEMENT
@ 2016-01-25 21:45   ` Martin Michlmayr
  2016-01-26  8:54     ` Gregory CLEMENT
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Michlmayr @ 2016-01-25 21:45 UTC (permalink / raw)
  To: linux-arm-kernel

* Gregory CLEMENT <gregory.clement@free-electrons.com> [2016-01-25 14:36]:
>  On lun., janv. 11 2016, Martin Michlmayr <tbm@cyrius.com> wrote:
> > OpenRD-Client requires the CS42L51 codec.
> 
> This patch do not apply anymore on v4.5-rc1.
> 
> Could you regenerate it, please?
> 
> Then I will apply it on mvebu/defconfig with Andrew'w Reviewed-by tag.

ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD

OpenRD-Client requires the CS42L51 codec.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>

diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
index af29780..9317e5a 100644
--- a/arch/arm/configs/mvebu_v5_defconfig
+++ b/arch/arm/configs/mvebu_v5_defconfig
@@ -137,6 +137,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_KIRKWOOD_SOC=y
 CONFIG_SND_SOC_ALC5623=y
+CONFIG_SND_SOC_CS42L51_I2C=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_HID_DRAGONRISE=y
 CONFIG_HID_GYRATION=y

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
  2016-01-25 21:45   ` Martin Michlmayr
@ 2016-01-26  8:54     ` Gregory CLEMENT
  0 siblings, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2016-01-26  8:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Martin,
 
 On lun., janv. 25 2016, Martin Michlmayr <tbm@cyrius.com> wrote:

> * Gregory CLEMENT <gregory.clement@free-electrons.com> [2016-01-25 14:36]:
>>  On lun., janv. 11 2016, Martin Michlmayr <tbm@cyrius.com> wrote:
>> > OpenRD-Client requires the CS42L51 codec.
>> 
>> This patch do not apply anymore on v4.5-rc1.
>> 
>> Could you regenerate it, please?
>> 
>> Then I will apply it on mvebu/defconfig with Andrew'w Reviewed-by tag.
>
> ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD
>
> OpenRD-Client requires the CS42L51 codec.
>
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

This is not what I expected, it is not a proper patch so I can't apply
it. However I did it myself.


So, I applied on mvebu/defconfig

Thanks,

Gregory


>
> diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
> index af29780..9317e5a 100644
> --- a/arch/arm/configs/mvebu_v5_defconfig
> +++ b/arch/arm/configs/mvebu_v5_defconfig
> @@ -137,6 +137,7 @@ CONFIG_SND=y
>  CONFIG_SND_SOC=y
>  CONFIG_SND_KIRKWOOD_SOC=y
>  CONFIG_SND_SOC_ALC5623=y
> +CONFIG_SND_SOC_CS42L51_I2C=y
>  CONFIG_SND_SIMPLE_CARD=y
>  CONFIG_HID_DRAGONRISE=y
>  CONFIG_HID_GYRATION=y
>
> -- 
> Martin Michlmayr
> http://www.cyrius.com/

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2016-01-26  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  4:25 ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD Martin Michlmayr
2016-01-16 17:27 ` Andrew Lunn
2016-01-25 13:36 ` Gregory CLEMENT
2016-01-25 21:45   ` Martin Michlmayr
2016-01-26  8:54     ` Gregory CLEMENT

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.