Skip to content

Commit 7f3ecf4

Browse files
JuliaLawalltiwai
authored andcommitted
ALSA: doc: use correct config variable name
CONFIG_PCM_XRUN_DEBUG should be CONFIG_SND_PCM_XRUN_DEBUG Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2e5a8e1 commit 7f3ecf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/sound/designs/procfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PCM Proc Files
9191

9292
``card*/pcm*/xrun_debug``
9393
This file appears when ``CONFIG_SND_DEBUG=y`` and
94-
``CONFIG_PCM_XRUN_DEBUG=y``.
94+
``CONFIG_SND_PCM_XRUN_DEBUG=y``.
9595
This shows the status of xrun (= buffer overrun/xrun) and
9696
invalid PCM position debug/check of ALSA PCM middle layer.
9797
It takes an integer value, can be changed by writing to this

0 commit comments

Comments
 (0)