mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:05:19 +02:00
[package] kernel: Add SoC sound support package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6a2544bb80
commit
522f3e8fab
@ -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 New Issue
Block a user