diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2011-07-12 19:53:56 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-12 20:17:23 +0200 |
commit | cf01b73e26a8e93b46cf0b8ae878206277fb8838 (patch) | |
tree | 0ec309465a0a026efe395430b5dfa1bb54b33a9b /sound/pci | |
parent | acfa634f7e199193ec28282e82a5a6dd8edebcb7 (diff) | |
download | op-kernel-dev-cf01b73e26a8e93b46cf0b8ae878206277fb8838.zip op-kernel-dev-cf01b73e26a8e93b46cf0b8ae878206277fb8838.tar.gz |
ALSA: hda - fix up typos in Kconfig help for default buffer size introduced in acfa634f
This commit is a fix up for commit acfa634f.
commit acfa634f7e199193ec28282e82a5a6dd8edebcb7
Author: Takashi Iwai <tiwai@suse.de>
Date: Tue Jul 12 17:27:46 2011 +0200
ALSA: hda - Add Kconfig for the default buffer size
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 1f1a4ae..7489b46 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -19,10 +19,10 @@ config SND_HDA_PREALLOC_SIZE range 0 32768 default 64 help - Speficies the default pre-allocated buffer-size in kB for + Specifies the default pre-allocated buffer-size in kB for the HD-audio driver. A larger buffer (e.g. 2048) is preferred - for systems with PulseAudio. The default 64 is chosen just - from the compatibility reason. + for systems using PulseAudio. The default 64 is chosen just + for compatibility reasons. Note that the pre-allocation size can be changed dynamically via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. |