diff mbox series

ARM: configs: Enable audio on BeagleBone Black in multi_v7_defconfig

Message ID 20220506222646.1671474-1-broonie@kernel.org (mailing list archive)
State Accepted
Commit 553a4ee1c026f5c991937d0f9fec534087d9fdbd
Headers show
Series ARM: configs: Enable audio on BeagleBone Black in multi_v7_defconfig | expand

Commit Message

Mark Brown May 6, 2022, 10:26 p.m. UTC
The BeagleBone Black supports audio over HDMI, using a combination of the
DaVinci McASP (used for audio by a very large proportion of DaVinci systems
with audio support) and a TDA998x device driving the HDMI link (this is a
very widely used driver). Build both drivers as modules in multi_v7_defconfig
so they can be more easily included in testing.

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

Comments

Bartosz Golaszewski May 8, 2022, 11:06 a.m. UTC | #1
On Sat, May 7, 2022 at 12:27 AM Mark Brown <broonie@kernel.org> wrote:
>
> The BeagleBone Black supports audio over HDMI, using a combination of the
> DaVinci McASP (used for audio by a very large proportion of DaVinci systems
> with audio support) and a TDA998x device driving the HDMI link (this is a
> very widely used driver). Build both drivers as modules in multi_v7_defconfig
> so they can be more easily included in testing.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index d6a6811f0539..2e0384a31e4e 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -684,6 +684,7 @@ CONFIG_IMX_IPUV3_CORE=m
>  CONFIG_DRM=y
>  # CONFIG_DRM_I2C_CH7006 is not set
>  # CONFIG_DRM_I2C_SIL164 is not set
> +CONFIG_DRM_I2C_NXP_TDA998X=m
>  CONFIG_DRM_NOUVEAU=m
>  CONFIG_DRM_EXYNOS=m
>  CONFIG_DRM_EXYNOS_FIMD=y
> @@ -798,6 +799,7 @@ CONFIG_SND_SOC_TEGRA_WM9712=m
>  CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
>  CONFIG_SND_SOC_TEGRA_ALC5632=m
>  CONFIG_SND_SOC_TEGRA_MAX98090=m
> +CONFIG_SND_SOC_DAVINCI_MCASP=m
>  CONFIG_SND_SOC_AK4642=m
>  CONFIG_SND_SOC_CPCAP=m
>  CONFIG_SND_SOC_CS42L51_I2C=m
> --
> 2.30.2
>

Reviewed-by: Bartosz Golaszewski <brgl@bgdev.pl>
patchwork-bot+linux-soc@kernel.org May 9, 2022, 9:40 p.m. UTC | #2
Hello:

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

On Fri,  6 May 2022 23:26:46 +0100 you wrote:
> The BeagleBone Black supports audio over HDMI, using a combination of the
> DaVinci McASP (used for audio by a very large proportion of DaVinci systems
> with audio support) and a TDA998x device driving the HDMI link (this is a
> very widely used driver). Build both drivers as modules in multi_v7_defconfig
> so they can be more easily included in testing.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> 
> [...]

Here is the summary with links:
  - ARM: configs: Enable audio on BeagleBone Black in multi_v7_defconfig
    https://git.kernel.org/soc/soc/c/553a4ee1c026

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 d6a6811f0539..2e0384a31e4e 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -684,6 +684,7 @@  CONFIG_IMX_IPUV3_CORE=m
 CONFIG_DRM=y
 # CONFIG_DRM_I2C_CH7006 is not set
 # CONFIG_DRM_I2C_SIL164 is not set
+CONFIG_DRM_I2C_NXP_TDA998X=m
 CONFIG_DRM_NOUVEAU=m
 CONFIG_DRM_EXYNOS=m
 CONFIG_DRM_EXYNOS_FIMD=y
@@ -798,6 +799,7 @@  CONFIG_SND_SOC_TEGRA_WM9712=m
 CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
 CONFIG_SND_SOC_TEGRA_ALC5632=m
 CONFIG_SND_SOC_TEGRA_MAX98090=m
+CONFIG_SND_SOC_DAVINCI_MCASP=m
 CONFIG_SND_SOC_AK4642=m
 CONFIG_SND_SOC_CPCAP=m
 CONFIG_SND_SOC_CS42L51_I2C=m