aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-05-20 06:15:15 -0400
committerTakashi Iwai <tiwai@suse.de>2008-05-27 09:56:21 -0400
commit62cf872a8eec1f11aacbec0ac3fe3698bfa9b403 (patch)
tree16db27136a4394d8ea26d0b71421199b80a5d8b1 /sound/core/Kconfig
parent6938d6b2a90d5e2ffaef037852652a1333502519 (diff)
[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE
Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE to represent its meaning more better. This config isn't provided only for the detection but for more verbose debug prints in general. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r--sound/core/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index db2111375784..335d45ecde6a 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -153,12 +153,14 @@ config SND_DEBUG
153 help 153 help
154 Say Y here to enable ALSA debug code. 154 Say Y here to enable ALSA debug code.
155 155
156config SND_DEBUG_DETECT 156config SND_DEBUG_VERBOSE
157 bool "Debug detection" 157 bool "More verbose debug"
158 depends on SND_DEBUG 158 depends on SND_DEBUG
159 help 159 help
160 Say Y here to enable extra-verbose log messages printed when 160 Say Y here to enable extra-verbose debugging messages.
161 detecting devices. 161
162 Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
163 So, say Y only if you are ready to be annoyed.
162 164
163config SND_PCM_XRUN_DEBUG 165config SND_PCM_XRUN_DEBUG
164 bool "Enable PCM ring buffer overrun/underrun debugging" 166 bool "Enable PCM ring buffer overrun/underrun debugging"