diff options
author | John Crispin <john@openwrt.org> | 2008-01-01 14:29:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-01-01 14:29:27 +0000 |
commit | 552743fe07e816e78db0732a9362f06ab8ee4b4e (patch) | |
tree | 176c20ab1898d1177e7f28c9660c850872a0f003 /package/kernel | |
parent | 3cc28b20ab3f1440b16cef5ffc035572fd440f9f (diff) | |
download | upstream-552743fe07e816e78db0732a9362f06ab8ee4b4e.tar.gz upstream-552743fe07e816e78db0732a9362f06ab8ee4b4e.tar.bz2 upstream-552743fe07e816e78db0732a9362f06ab8ee4b4e.zip |
add sound packages for olpc
SVN-Revision: 10076
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/sound.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 2cf9b2154c..af637dfd2b 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -93,8 +93,10 @@ define KernelPackage/sound-cs5535audio 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) + FILES:=$(LINUX_DIR)/sound/pci/cs5535audio/snd-cs5535audio.$(LINUX_KMOD_SUFFIX) \ + $(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 define KernelPackage/sound-cs5535audio/description |