diff options
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 10 |
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 | ||
156 | config SND_DEBUG_DETECT | 156 | config 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 | ||
163 | config SND_PCM_XRUN_DEBUG | 165 | config SND_PCM_XRUN_DEBUG |
164 | bool "Enable PCM ring buffer overrun/underrun debugging" | 166 | bool "Enable PCM ring buffer overrun/underrun debugging" |