kernel: Add SoC sound support package
SVN-Revision: 20130
This commit is contained in:
parent
7768a25923
commit
93f97a1bb0
1 changed files with 10 additions and 0 deletions
|
@ -132,3 +132,13 @@ define KernelPackage/sound-cs5535audio/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,sound-cs5535audio))
|
$(eval $(call KernelPackage,sound-cs5535audio))
|
||||||
|
|
||||||
|
define KernelPackage/sound-soc-core
|
||||||
|
$(call KernelPackage/sound/Depends)
|
||||||
|
TITLE:=SoC sound support
|
||||||
|
KCONFIG:=CONFIG_SND_SOC
|
||||||
|
FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,35, snd-soc-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,sound-soc-core))
|
||||||
|
|
Loading…
Reference in a new issue