mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
add sound packages for olpc
SVN-Revision: 10076
This commit is contained in:
parent
3cc28b20ab
commit
552743fe07
@ -93,8 +93,10 @@ define KernelPackage/sound-cs5535audio
|
|||||||
TITLE:=CS5535 PCI Controller
|
TITLE:=CS5535 PCI Controller
|
||||||
DEPENDS:=kmod-sound-core
|
DEPENDS:=kmod-sound-core
|
||||||
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
KCONFIG:=CONFIG_SND_CS5535AUDIO
|
||||||
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.$(LINUX_KMOD_SUFFIX) \
|
||||||
AUTOLOAD:=$(call AutoLoad,35,snd-cs5535audio)
|
$(LINUX_DIR)/sound/ac97_bus.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,35, ac97_bus snd-ac97-codec snd-cs5535audio)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/sound-cs5535audio/description
|
define KernelPackage/sound-cs5535audio/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user