X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fsound.mk;h=1b9b81a72a17d1cf43bb8d338651c316881e67db;hp=1aa0bf317ac923e4838889c7ac456d86234d4e89;hb=30bf6f4660ef9022d431545d2ca7aaddce686ad0;hpb=7cb06bbc0b9a4c7f9c7673d5b36853f1dfa4a554 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