summaryrefslogtreecommitdiff
path: root/package/kernel/modules/sound.mk
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2009-02-06 11:49:22 +0000
committerHamish Guthrie <hcg@openwrt.org>2009-02-06 11:49:22 +0000
commitf5842e2ba41714a59702d8e26d66fa3dcde2d541 (patch)
treecbb9db07d1ce0b9311a8c2cd33521567599bf7f6 /package/kernel/modules/sound.mk
parent25ba908993f5d492ef39681fc5c19f650aadcf23 (diff)
downloadmtk-20170518-f5842e2ba41714a59702d8e26d66fa3dcde2d541.zip
mtk-20170518-f5842e2ba41714a59702d8e26d66fa3dcde2d541.tar.gz
mtk-20170518-f5842e2ba41714a59702d8e26d66fa3dcde2d541.tar.bz2
Added PS3 sound driver
SVN-Revision: 14422
Diffstat (limited to 'package/kernel/modules/sound.mk')
-rw-r--r--package/kernel/modules/sound.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk
index 1aa0bf3..1b9b81a 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