[openwrt/openwrt] generic: add missing symbol

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 2 05:33:32 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/8b464ef4ce8c19088bf7956bb2ec4157e30e1d0a

commit 8b464ef4ce8c19088bf7956bb2ec4157e30e1d0a
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Fri Dec 19 16:37:38 2025 -0500

    generic: add missing symbol
    
    Set SND_SOC_NAU8325 to no
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/21329
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit b3d1da911561736942e7deb19777e0fc518d1009)
    Link: https://github.com/openwrt/openwrt/pull/21356
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-6.12 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index fda78b422e..b657e6cc67 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -6240,6 +6240,7 @@ CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
 # CONFIG_SND_SOC_MT8365 is not set
 # CONFIG_SND_SOC_MTK_BTCVSD is not set
 # CONFIG_SND_SOC_NAU8315 is not set
+# CONFIG_SND_SOC_NAU8325 is not set
 # CONFIG_SND_SOC_NAU8540 is not set
 # CONFIG_SND_SOC_NAU8810 is not set
 # CONFIG_SND_SOC_NAU8821 is not set




More information about the lede-commits mailing list