mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:31:05 +02: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:
parent
0bbb4c4f66
commit
843a8ec371
@ -88,3 +88,17 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,sound-i8x0))
|
$(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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user