mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
[ps3] add missing kconfig option to ps3 sound module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17899 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
40d0e5c66b
commit
04c5f00031
@ -95,9 +95,10 @@ $(eval $(call KernelPackage,sound-i8x0))
|
|||||||
define KernelPackage/sound-ps3
|
define KernelPackage/sound-ps3
|
||||||
SUBMENU:=$(SOUND_MENU)
|
SUBMENU:=$(SOUND_MENU)
|
||||||
TITLE:=PS3 Audio
|
TITLE:=PS3 Audio
|
||||||
DEPENDS:=kmod-sound-core
|
DEPENDS:=kmod-sound-core @TARGET_ps3
|
||||||
KCONFIG:=CONFIG_SND_PS3 \
|
KCONFIG:=CONFIG_SND_PS3 \
|
||||||
CONFIG_SND_PPC=y
|
CONFIG_SND_PPC=y \
|
||||||
|
CONFIG_SND_PS3_DEFAULT_START_DELAY=2000
|
||||||
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
|
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user