summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-31 13:33:54 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-31 13:33:54 +0000
commit843a8ec3719a7e8f5f23a269be8fbc3ee927098b (patch)
tree29cf6f31e4b58cd3018dde6b48cc5042819005cb /package
parent0bbb4c4f6665814ce6d2fdd6ab32e0a0df479215 (diff)
add package for olpc sound module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/sound.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk
index 11d816b36..2cf9b2154 100644
--- a/package/kernel/modules/sound.mk
+++ b/package/kernel/modules/sound.mk
@@ -88,3 +88,17 @@ endef
$(eval $(call KernelPackage,sound-i8x0))
+define KernelPackage/sound-cs5535audio
+ SUBMENU:=$(SOUND_MENU)
+ TITLE:=CS5535 PCI Controller
+ DEPENDS:=kmod-sound-core
+ KCONFIG:=CONFIG_SND_CS5535AUDIO
+ FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,35,snd-cs5535audio)
+endef
+
+define KernelPackage/sound-cs5535audio/description
+ support for the integrated AC97 sound device on olpc
+endef
+
+$(eval $(call KernelPackage,sound-cs5535audio))