Browse Source

Added PS3 sound driver

SVN-Revision: 14422
Hamish Guthrie 17 years ago
parent
commit
f5842e2ba4
1 changed files with 16 additions and 0 deletions
  1. 16 0
      package/kernel/modules/sound.mk

+ 16 - 0
package/kernel/modules/sound.mk

@@ -91,6 +91,22 @@ endef
 
 
 $(eval $(call KernelPackage,sound-i8x0))
 $(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
 define KernelPackage/sound-cs5535audio
   SUBMENU:=$(SOUND_MENU)
   SUBMENU:=$(SOUND_MENU)
   TITLE:=CS5535 PCI Controller
   TITLE:=CS5535 PCI Controller