diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-06 11:49:22 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-06 11:49:22 +0000 |
commit | 3e9e4f8c3208ca1afb211af35eab1a4382f9d1a7 (patch) | |
tree | 8f22df87b49e89133973d43bc4babc54f7cf7c32 /package | |
parent | 792603c26f0387608cb972b7a7146a601c468f00 (diff) |
Added PS3 sound driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/sound.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1aa0bf317a..1b9b81a72a 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -91,6 +91,22 @@ endef $(eval $(call KernelPackage,sound-i8x0)) +define KernelPackage/sound-ps3 + SUBMENU:=$(SOUND_MENU) + TITLE:=PS3 Audio + DEPENDS:=kmod-sound-core + KCONFIG:=CONFIG_SND_PS3 \ + CONFIG_SND_PPC + FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,35, snd_ps3) +endef + +define KernelPackage/sound-ps3/description + support for the integrated PS3 audio device +endef + +$(eval $(call KernelPackage,sound-ps3)) + define KernelPackage/sound-cs5535audio SUBMENU:=$(SOUND_MENU) TITLE:=CS5535 PCI Controller |