projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bb259
)
[package] kernel: Add SoC sound support package
author
Lars-Peter Clausen
<lars@metafoo.de>
Thu, 11 Mar 2010 01:35:12 +0000
(
01:35
+0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Thu, 11 Mar 2010 01:35:12 +0000
(
01:35
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20130
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/sound.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/sound.mk
b/package/kernel/modules/sound.mk
index
53f65e5
..
1f2cc4e
100644
(file)
--- 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))