X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cd02ed524bc4071056dbe2e2817e7a6586bcb979..5efdbb7a7b8fc8978ff1c05713dc00553d3327fc:/package/kernel/modules/sound.mk diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 53f65e5ad..46bc6853a 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -132,3 +132,16 @@ define KernelPackage/sound-cs5535audio/description endef $(eval $(call KernelPackage,sound-cs5535audio)) + + +define KernelPackage/sound-soc-core +$(call KernelPackage/sound/Depends) + TITLE:=SoC sound support + KCONFIG:= \ + CONFIG_SND_SOC \ + CONFIG_SND_SOC_ALL_CODECS=n + FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko + AUTOLOAD:=$(call AutoLoad,55, snd-soc-core) +endef + +$(eval $(call KernelPackage,sound-soc-core))