projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: fill some important capabilities into ht_capab in the hostapd config
[openwrt.git]
/
package
/
kernel
/
modules
/
sound.mk
diff --git
a/package/kernel/modules/sound.mk
b/package/kernel/modules/sound.mk
index
5146bf4
..
f78cdfc
100644
(file)
--- a/
package/kernel/modules/sound.mk
+++ b/
package/kernel/modules/sound.mk
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
SOUND_MENU:=Sound Support
SOUND_MENU:=Sound Support
@@
-96,9
+95,10
@@
$(eval $(call KernelPackage,sound-i8x0))
define KernelPackage/sound-ps3
SUBMENU:=$(SOUND_MENU)
TITLE:=PS3 Audio
define KernelPackage/sound-ps3
SUBMENU:=$(SOUND_MENU)
TITLE:=PS3 Audio
- DEPENDS:=kmod-sound-core
+ DEPENDS:=kmod-sound-core
@TARGET_ps3
KCONFIG:=CONFIG_SND_PS3 \
KCONFIG:=CONFIG_SND_PS3 \
- CONFIG_SND_PPC
+ CONFIG_SND_PPC=y \
+ CONFIG_SND_PS3_DEFAULT_START_DELAY=2000
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
endef
FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35, snd_ps3)
endef
This page took
0.018076 seconds
and
4
git commands to generate.