From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com ([74.125.82.51]:37302 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750994AbcFCMkD (ORCPT ); Fri, 3 Jun 2016 08:40:03 -0400 Received: by mail-wm0-f51.google.com with SMTP id z87so106792085wmh.0 for ; Fri, 03 Jun 2016 05:40:03 -0700 (PDT) Date: Fri, 3 Jun 2016 13:39:58 +0100 From: Peter Griffin Subject: Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. Message-ID: <20160603123958.GA9912@griffinp-ThinkPad-X1-Carbon-2nd> References: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> <1464192412-16386-13-git-send-email-peter.griffin@linaro.org> <574D5178.5030200@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <574D5178.5030200@st.com> Sender: linux-remoteproc-owner@vger.kernel.org To: Arnaud Pouliquen Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, arnd@arndb.de, lee.jones@linaro.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-remoteproc@vger.kernel.org, broonie@kernel.org List-ID: 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 > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Subject: Re: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. Date: Fri, 3 Jun 2016 13:39:58 +0100 Message-ID: <20160603123958.GA9912@griffinp-ThinkPad-X1-Carbon-2nd> References: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> <1464192412-16386-13-git-send-email-peter.griffin@linaro.org> <574D5178.5030200@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <574D5178.5030200-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnaud Pouliquen Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, maxime.coquelin-qxv4g6HH51o@public.gmane.org, patrice.chotard-qxv4g6HH51o@public.gmane.org, vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org, bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-remoteproc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org 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 > > Cc: arnaud.pouliquen-qxv4g6HH51o@public.gmane.org > > Cc: broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.griffin@linaro.org (Peter Griffin) Date: Fri, 3 Jun 2016 13:39:58 +0100 Subject: [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers. In-Reply-To: <574D5178.5030200@st.com> References: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> <1464192412-16386-13-git-send-email-peter.griffin@linaro.org> <574D5178.5030200@st.com> Message-ID: <20160603123958.GA9912@griffinp-ThinkPad-X1-Carbon-2nd> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > Cc: arnaud.pouliquen at st.com > > Cc: broonie at 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