Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413204
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. |
| Date | 2016-06-03 14:50 +0200 |
| Message-ID | <rFWI1-3dd-19@gated-at.bofh.it> (permalink) |
| References | <rCJxD-32M-5@gated-at.bofh.it> <rCJxE-32M-21@gated-at.bofh.it> <rENGO-pS-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web