Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1407026 > unrolled thread

[PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.

Started byPeter Griffin <peter.griffin@linaro.org>
First post2016-05-25 18:10 +0200
Last post2016-06-03 14:50 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
    Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and  simple-card drivers. Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-31 11:00 +0200
      Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and  simple-card drivers. Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 14:50 +0200

#1407026 — [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.

FromPeter Griffin <peter.griffin@linaro.org>
Date2016-05-25 18:10 +0200
Subject[PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.
Message-ID<rCJxE-32M-21@gated-at.bofh.it>
This patch enables the STi ALSA drivers found on STi platforms
as well as the simple-card driver which is a dependency to have
working sound.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Cc: arnaud.pouliquen@st.com
Cc: broonie@kernel.org
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 5eee45b..0ced665 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -589,6 +589,9 @@ CONFIG_SND_SOC_AK4642=m
 CONFIG_SND_SOC_SGTL5000=m
 CONFIG_SND_SOC_SPDIF=m
 CONFIG_SND_SOC_WM8978=m
+CONFIG_SND_SOC_STI=m
+CONFIG_SND_SOC_STI_SAS=m
+CONFIG_SND_SIMPLE_CARD=m
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_MVEBU=y
-- 
1.9.1

[toc] | [next] | [standalone]


#1410004 — Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.

FromArnaud Pouliquen <arnaud.pouliquen@st.com>
Date2016-05-31 11:00 +0200
SubjectRe: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.
Message-ID<rENGO-pS-13@gated-at.bofh.it>
In reply to#1407026
Hi Peter,

On 05/25/2016 06:06 PM, Peter Griffin wrote:
> This patch enables the STi ALSA drivers found on STi platforms
> as well as the simple-card driver which is a dependency to have
> working sound.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> Cc: arnaud.pouliquen@st.com
> Cc: broonie@kernel.org
> ---
>  arch/arm/configs/multi_v7_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 5eee45b..0ced665 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -589,6 +589,9 @@ CONFIG_SND_SOC_AK4642=m
>  CONFIG_SND_SOC_SGTL5000=m
>  CONFIG_SND_SOC_SPDIF=m
>  CONFIG_SND_SOC_WM8978=m
> +CONFIG_SND_SOC_STI=m
> +CONFIG_SND_SOC_STI_SAS=m
> +CONFIG_SND_SIMPLE_CARD=m
Simple card config seems enabled by default, at least on 4.7 rc1.

Regards,
Arnaud
>  CONFIG_USB=y
>  CONFIG_USB_XHCI_HCD=y
>  CONFIG_USB_XHCI_MVEBU=y
> 

[toc] | [prev] | [next] | [standalone]


#1413204 — Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.

FromPeter Griffin <peter.griffin@linaro.org>
Date2016-06-03 14:50 +0200
SubjectRe: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers.
Message-ID<rFWI1-3dd-19@gated-at.bofh.it>
In reply to#1410004
Hi Arnaud,

On Tue, 31 May 2016, Arnaud Pouliquen wrote:

> Hi Peter,
> 
> On 05/25/2016 06:06 PM, Peter Griffin wrote:
> > This patch enables the STi ALSA drivers found on STi platforms
> > as well as the simple-card driver which is a dependency to have
> > working sound.
> > 
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > Cc: arnaud.pouliquen@st.com
> > Cc: broonie@kernel.org
> > ---
> >  arch/arm/configs/multi_v7_defconfig | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> > index 5eee45b..0ced665 100644
> > --- a/arch/arm/configs/multi_v7_defconfig
> > +++ b/arch/arm/configs/multi_v7_defconfig
> > @@ -589,6 +589,9 @@ CONFIG_SND_SOC_AK4642=m
> >  CONFIG_SND_SOC_SGTL5000=m
> >  CONFIG_SND_SOC_SPDIF=m
> >  CONFIG_SND_SOC_WM8978=m
> > +CONFIG_SND_SOC_STI=m
> > +CONFIG_SND_SOC_STI_SAS=m
> > +CONFIG_SND_SIMPLE_CARD=m
> Simple card config seems enabled by default, at least on 4.7 rc1.

I don't think it is currently, I get the following when greping v4.7-rc1 tag

git grep CONFIG_SND_SIMPLE_CARD
arch/arm/configs/exynos_defconfig:CONFIG_SND_SIMPLE_CARD=y
arch/arm/configs/imx_v6_v7_defconfig:CONFIG_SND_SIMPLE_CARD=y
arch/arm/configs/multi_v5_defconfig:CONFIG_SND_SIMPLE_CARD=y
arch/arm/configs/mvebu_v5_defconfig:CONFIG_SND_SIMPLE_CARD=y
arch/arm/configs/mvebu_v7_defconfig:CONFIG_SND_SIMPLE_CARD=y
arch/arm/configs/omap2plus_defconfig:CONFIG_SND_SIMPLE_CARD=m
arch/arm/configs/pxa_defconfig:CONFIG_SND_SIMPLE_CARD=m
arch/xtensa/configs/audio_kc705_defconfig:CONFIG_SND_SIMPLE_CARD=y
sound/soc/generic/Makefile:obj-$(CONFIG_SND_SIMPLE_CARD)        +=
snd-soc-simple-card.o

Although maybe it should be built-in rather than a module, like multi_v5_defconfig.

regards,

Peter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web