From eb8d1c92da04bfc2e6d451e6977633f7032a787a Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Tue, 30 Jan 2024 13:04:56 -0300 Subject: apalis_imx6_defconfig: Add SND_SIMPLE_CARD configuration With the addition of the Apalis Evaluation Board v1.2, a new audio codec, NAU88C22, has been introduced, utilizing the simple-audio-card driver. To fix the issue of the NAU8822 driver not playing sounds, enable the SND_SIMPLE_CARD configuration. Upstream-Status: Inappropriate [configuration] - For mainline, our defconfig is built by merging the mainline configuration called imx_v6_v7_defconfig with the one inside meta-toradex-bsp-common called toradex_imx_v6_v7_defconfig. These configurations are already enabled there. Fixes: 80b5c496c67d ("apalis_imx6_defconfig: Add INA2XX, LM75 and NAU8822 configs") Related-to: ELB-5534 Signed-off-by: Hiago De Franco --- arch/arm/configs/apalis_imx6_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/configs/apalis_imx6_defconfig b/arch/arm/configs/apalis_imx6_defconfig index cdcfe19a489e..bd2afa3a9683 100644 --- a/arch/arm/configs/apalis_imx6_defconfig +++ b/arch/arm/configs/apalis_imx6_defconfig @@ -344,6 +344,7 @@ CONFIG_SND_SOC_IMX_SGTL5000=y CONFIG_SND_SOC_IMX_SPDIF=y CONFIG_SND_SOC_IMX_HDMI=y CONFIG_SND_SOC_NAU8822=m +CONFIG_SND_SIMPLE_CARD=m CONFIG_HIDRAW=y CONFIG_HID_MULTITOUCH=m CONFIG_USB_HIDDEV=y -- cgit v1.2.3