summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2016-01-27 21:04:10 -0500
committerTakashi Iwai <tiwai@suse.de>2016-01-28 01:23:12 -0500
commitac1efcfb35f73657ec1e28b1e8a3c895529c1108 (patch)
tree3c232f07a562716e8223547bbbfd6765ff4dd95b /sound
parent61595dca742a9ba9a4c998b9af1f468adc816275 (diff)
ALSA: timer: fix SND_PCM_TIMER Kconfig text
Fix spelling and typos for SND_PCM_TIMER. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index e3e949126a56..a2a1e24becc6 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -97,11 +97,11 @@ config SND_PCM_TIMER
97 bool "PCM timer interface" if EXPERT 97 bool "PCM timer interface" if EXPERT
98 default y 98 default y
99 help 99 help
100 If you disable this option, pcm timer will be inavailable, so 100 If you disable this option, pcm timer will be unavailable, so
101 those stubs used pcm timer (e.g. dmix, dsnoop & co) may work 101 those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
102 incorrectlly. 102 incorrectlly.
103 103
104 For some embedded device, we may disable it to reduce memory 104 For some embedded devices, we may disable it to reduce memory
105 footprint, about 20KB on x86_64 platform. 105 footprint, about 20KB on x86_64 platform.
106 106
107config SND_SEQUENCER_OSS 107config SND_SEQUENCER_OSS