Răsfoiți Sursa

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 <[email protected]>
Luis Araneda 6 ani în urmă
părinte
comite
82b0230bc1
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      package/kernel/linux/modules/sound.mk

+ 1 - 0
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