diff options
author | Masanari Iida <standby24x7@gmail.com> | 2009-12-27 00:09:45 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-26 18:37:44 +0100 |
commit | fdfa68298816192d47fc7443d1e2f00fa1420985 (patch) | |
tree | d99aa168655737b9bd60a05575ca96e7b37d92e4 /Documentation | |
parent | 903b0eb39e3284cbf4d5a3773858e9586d16cbda (diff) | |
download | kernel_samsung_crespo-fdfa68298816192d47fc7443d1e2f00fa1420985.zip kernel_samsung_crespo-fdfa68298816192d47fc7443d1e2f00fa1420985.tar.gz kernel_samsung_crespo-fdfa68298816192d47fc7443d1e2f00fa1420985.tar.bz2 |
ALSA: Fix a typo in Procfile.txt
Fix a typo in Documentation/sound/alsa/Procfile.txt
Signed-off-by Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sound/alsa/Procfile.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/Procfile.txt b/Documentation/sound/alsa/Procfile.txt index 719a819..07301de 100644 --- a/Documentation/sound/alsa/Procfile.txt +++ b/Documentation/sound/alsa/Procfile.txt @@ -95,7 +95,7 @@ card*/pcm*/xrun_debug It takes an integer value, can be changed by writing to this file, such as - # cat 5 > /proc/asound/card0/pcm0p/xrun_debug + # echo 5 > /proc/asound/card0/pcm0p/xrun_debug The value consists of the following bit flags: bit 0 = Enable XRUN/jiffies debug messages |