[openwrt/openwrt] generic: add missing symbol
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 31 08:55:48 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b3d1da911561736942e7deb19777e0fc518d1009
commit b3d1da911561736942e7deb19777e0fc518d1009
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>
---
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