linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support
@ 2020-11-18  9:50 Olivier Moysan
  2020-11-18  9:50 ` [PATCH 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
  2020-11-18  9:50 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
  0 siblings, 2 replies; 5+ messages in thread
From: Olivier Moysan @ 2020-11-18  9:50 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig

Olivier Moysan (2):
  ARM: multi_v7_defconfig: enable spdifrx support
  ARM: multi_v7_defconfig: enable dfsdm audio support

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.1


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

* [PATCH 1/2] ARM: multi_v7_defconfig: enable spdifrx support
  2020-11-18  9:50 [PATCH 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
@ 2020-11-18  9:50 ` Olivier Moysan
  2020-11-18  9:53   ` Krzysztof Kozlowski
  2020-11-18  9:50 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
  1 sibling, 1 reply; 5+ messages in thread
From: Olivier Moysan @ 2020-11-18  9:50 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add STM32 SPDIFRX support by enabling CONFIG_SND_SOC_STM32_SPDIFRX
as module.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 1fff2591e434..b30a3bc6762b 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -742,6 +742,7 @@ CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_STI=m
 CONFIG_SND_SOC_STM32_SAI=m
 CONFIG_SND_SOC_STM32_I2S=m
+CONFIG_SND_SOC_STM32_SPDIFRX=m
 CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA20_I2S=m
-- 
2.17.1


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

* [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support
  2020-11-18  9:50 [PATCH 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
  2020-11-18  9:50 ` [PATCH 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
@ 2020-11-18  9:50 ` Olivier Moysan
  2020-11-18  9:57   ` Krzysztof Kozlowski
  1 sibling, 1 reply; 5+ messages in thread
From: Olivier Moysan @ 2020-11-18  9:50 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
as module.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b30a3bc6762b..083d5f4450f4 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -743,6 +743,7 @@ CONFIG_SND_SOC_STI=m
 CONFIG_SND_SOC_STM32_SAI=m
 CONFIG_SND_SOC_STM32_I2S=m
 CONFIG_SND_SOC_STM32_SPDIFRX=m
+CONFIG_SND_SOC_STM32_DFSDM=m
 CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA20_I2S=m
-- 
2.17.1


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

* Re: [PATCH 1/2] ARM: multi_v7_defconfig: enable spdifrx support
  2020-11-18  9:50 ` [PATCH 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
@ 2020-11-18  9:53   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-18  9:53 UTC (permalink / raw)
  To: Olivier Moysan
  Cc: linux, shawnguo, olof, alexandre.torgue, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel

On Wed, Nov 18, 2020 at 10:50:12AM +0100, Olivier Moysan wrote:
> Add STM32 SPDIFRX support by enabling CONFIG_SND_SOC_STM32_SPDIFRX
> as module.
> 
> Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support
  2020-11-18  9:50 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
@ 2020-11-18  9:57   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-18  9:57 UTC (permalink / raw)
  To: Olivier Moysan
  Cc: linux, shawnguo, olof, alexandre.torgue, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel

On Wed, Nov 18, 2020 at 10:50:13AM +0100, Olivier Moysan wrote:
> Add DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
> as module.

Please say why do you enable it (e.g. for what SoC).

Best regards,
Krzysztof

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

end of thread, other threads:[~2020-11-18  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  9:50 [PATCH 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
2020-11-18  9:50 ` [PATCH 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
2020-11-18  9:53   ` Krzysztof Kozlowski
2020-11-18  9:50 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
2020-11-18  9:57   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).