From 1383abc4b807c0e90486d617e2d536a7d5b267fe Mon Sep 17 00:00:00 2001 From: Chen Jiali Date: Tue, 10 Dec 2024 18:06:24 +0800 Subject: [PATCH] fix: linux: common: Enable MAX98357A codec Which is used on overlays: * https://github.com/radxa-pkg/radxa-overlays/pull/387 --- linux/.common/kconfig.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/.common/kconfig.conf b/linux/.common/kconfig.conf index 34e8c02..a67e299 100644 --- a/linux/.common/kconfig.conf +++ b/linux/.common/kconfig.conf @@ -567,6 +567,7 @@ CONFIG_SND_BCD2000=m CONFIG_SND_SIMPLE_CARD=m CONFIG_SND_SIMPLE_CARD_UTILS=m CONFIG_SND_SOC=m +CONFIG_SND_SOC_MAX98357A=m CONFIG_SND_SOC_PCM5102A=m CONFIG_SND_USB_AUDIO=m CONFIG_SND_USB_UA101=m