diff mbox series

[OpenWrt-Devel,2/7] kernel: sound: add missing symbol to sound-soc-core

Message ID 20190401033308.8539-3-luaraneda@gmail.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series zynq: improve kernel config and packages | expand

Commit Message

Luis Araneda April 1, 2019, 3:33 a.m. UTC
This fixes compilation on zynq target when migrating
to sound kmod packages

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
---
 package/kernel/linux/modules/sound.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
index bf4bd5d7c0..c83e553d8f 100644
--- a/package/kernel/linux/modules/sound.mk
+++ b/package/kernel/linux/modules/sound.mk
@@ -191,6 +191,7 @@  define KernelPackage/sound-soc-core
   DEPENDS:=+kmod-regmap-core +kmod-ac97
   KCONFIG:= \
 	CONFIG_SND_SOC \
+	CONFIG_SND_SOC_ADI=n \
 	CONFIG_SND_SOC_DMAENGINE_PCM=y \
 	CONFIG_SND_SOC_ALL_CODECS=n
   FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko