projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfd795
)
snd-pcsp: depend on CONFIG_EXPERIMENTAL
author
Stas Sergeev
<stsp@aknet.ru>
Sat, 17 May 2008 06:46:55 +0000
(08:46 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 19 May 2008 10:06:43 +0000
(12:06 +0200)
Considering all the feedbacks I got, depending snd-pcsp on
CONFIG_EXPERIMENTAL looks like the only safe way to get out
of all the troubles at one go. :)
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/drivers/Kconfig
b/sound/drivers/Kconfig
index d7ff28809867bfb0b33ead9ca711ad8d659a75c3..602b58e3b55d198914f047c6d806871abfddd00e 100644
(file)
--- a/
sound/drivers/Kconfig
+++ b/
sound/drivers/Kconfig
@@
-8,6
+8,7
@@
config SND_PCSP
tristate "PC-Speaker support (READ HELP!)"
depends on PCSPKR_PLATFORM && X86_PC && HIGH_RES_TIMERS
depends on INPUT
+ depends on EXPERIMENTAL
depends on SND
select SND_PCM
help