From: Elijah Harding Date: Fri, 18 Mar 2022 01:52:01 +0000 (-0700) Subject: ALSA: core: Fix typo in 'PCM Timer Interface' help X-Git-Tag: v5.18-rc1~152^2~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a893b7fc7b59cdf3fae01335c86537bee4407edc;p=thirdparty%2Fkernel%2Flinux.git ALSA: core: Fix typo in 'PCM Timer Interface' help Signed-off-by: Elijah Harding Link: https://lore.kernel.org/r/20220318015201.30871-1-eharding830@gmail.com Signed-off-by: Takashi Iwai --- diff --git a/sound/core/Kconfig b/sound/core/Kconfig index db2e3c63ff41a..dd7b407347230 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -84,7 +84,7 @@ config SND_PCM_TIMER help If you disable this option, pcm timer will be unavailable, so those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work - incorrectlly. + incorrectly. For some embedded devices, we may disable it to reduce memory footprint, about 20KB on x86_64 platform.