From: Luis Araneda Date: Mon, 1 Apr 2019 03:33:03 +0000 (-0300) Subject: kernel: sound: add missing symbol to sound-soc-core X-Git-Tag: v19.07.0-rc1~864 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82b0230bc142c52de4ef48357ee216ef1a4698ce;p=oweals%2Fopenwrt.git kernel: sound: add missing symbol to sound-soc-core This fixes compilation on zynq target when migrating to sound kmod packages Signed-off-by: Luis Araneda --- 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