diff mbox series

ARM: configs: Enable more audio support for i.MX

Message ID 20220513121258.168364-1-broonie@kernel.org (mailing list archive)
State Accepted
Commit 212e3b6b8734655ac4edca979915d002b16f915c
Headers show
Series ARM: configs: Enable more audio support for i.MX | expand

Commit Message

Mark Brown May 13, 2022, 12:12 p.m. UTC
From: Mark Brown <broonie@kernel.org>

The generic audio card for Freescale platforms is used by a wide range
of i.MX systems and also has selects for the various audio controllers
used on them so will help with systems that don't use that specific card
too.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fabio Estevam May 13, 2022, 4:20 p.m. UTC | #1
On Fri, May 13, 2022 at 9:13 AM <broonie@kernel.org> wrote:
>
> From: Mark Brown <broonie@kernel.org>
>
> The generic audio card for Freescale platforms is used by a wide range
> of i.MX systems and also has selects for the various audio controllers
> used on them so will help with systems that don't use that specific card
> too.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 ++

imx_v6_v7_defconfig has a more complete audio support, but it is good
to enable it in the generic multi_v7_defconfig as well:

Reviewed-by: Fabio Estevam <festevam@gmail.com>
patchwork-bot+linux-soc@kernel.org June 14, 2022, 8:33 p.m. UTC | #2
Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 13 May 2022 13:12:58 +0100 you wrote:
> From: Mark Brown <broonie@kernel.org>
> 
> The generic audio card for Freescale platforms is used by a wide range
> of i.MX systems and also has selects for the various audio controllers
> used on them so will help with systems that don't use that specific card
> too.
> 
> [...]

Here is the summary with links:
  - ARM: configs: Enable more audio support for i.MX
    https://git.kernel.org/soc/soc/c/212e3b6b8734

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 547918170f1f..cbd5173d370a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -767,6 +767,8 @@  CONFIG_SND_ATMEL_SOC_WM8904=m
 CONFIG_SND_ATMEL_SOC_PDMIC=m
 CONFIG_SND_ATMEL_SOC_I2S=m
 CONFIG_SND_BCM2835_SOC_I2S=m
+CONFIG_SND_IMX_SOC=m
+CONFIG_SND_SOC_FSL_ASOC_CARD=m
 CONFIG_SND_SOC_FSL_SAI=m
 CONFIG_SND_PXA_SOC_SSP=m
 CONFIG_SND_MMP_SOC_SSPA=m