X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/522f3e8fab0f9586667121d401ff4ae119291935..5efdbb7a7b8fc8978ff1c05713dc00553d3327fc:/package/kernel/modules/sound.mk?ds=sidebyside diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1f2cc4e74..46bc6853a 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -133,12 +133,15 @@ endef $(eval $(call KernelPackage,sound-cs5535audio)) + define KernelPackage/sound-soc-core $(call KernelPackage/sound/Depends) TITLE:=SoC sound support - KCONFIG:=CONFIG_SND_SOC + KCONFIG:= \ + CONFIG_SND_SOC \ + CONFIG_SND_SOC_ALL_CODECS=n FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko - AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) + AUTOLOAD:=$(call AutoLoad,55, snd-soc-core) endef $(eval $(call KernelPackage,sound-soc-core))