1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-05 22:07:37 +03:00

add package for olpc sound module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10067 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-12-31 13:33:54 +00:00
parent 0bbb4c4f66
commit 843a8ec371

View File

@ -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))