From 16d0eb738e00b16ecd4d8904e0829321604fe658 Mon Sep 17 00:00:00 2001 From: Hijae Song Date: Tue, 25 Aug 2026 15:34:16 +0900 Subject: [PATCH] feat: enable aw87xxx codec for AyaNeo handheld speakers CONFIG_SND_SOC_AW87XXX is added by OpenGamingCollective/linux#102. Enable it as a module so it's actually built. Signed-off-by: Hijae Song --- config/ogc.config.set | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ogc.config.set b/config/ogc.config.set index 29037a3..f9dfad6 100644 --- a/config/ogc.config.set +++ b/config/ogc.config.set @@ -28,6 +28,7 @@ CONFIG_MSI_WMI_PLATFORM=m # Ayaneo CONFIG_AYN_EC=m CONFIG_AYANEO_EC=m +CONFIG_SND_SOC_AW87XXX=m # OneXPlayer CONFIG_HID_OXP=m