diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 01:35:12 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 01:35:12 +0000 |
commit | 522f3e8fab0f9586667121d401ff4ae119291935 (patch) | |
tree | 101c6cc612f80b89fc79097fb51fcbeb5274bf08 /package/kernel | |
parent | 6a2544bb8047221763f176620698ac928e37a09c (diff) |
[package] kernel: Add SoC sound support package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/sound.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 53f65e5ad1..1f2cc4e749 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -132,3 +132,13 @@ 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 + FILES:=$(LINUX_DIR)/sound/soc/snd-soc-core.ko + AUTOLOAD:=$(call AutoLoad,35, snd-soc-core) +endef + +$(eval $(call KernelPackage,sound-soc-core)) |