projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
864cb14
)
ALSA: core: Fix typo in 'PCM Timer Interface' help
author
Elijah Harding
<eharding830@gmail.com>
Fri, 18 Mar 2022 01:52:01 +0000
(18:52 -0700)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 18 Mar 2022 08:19:37 +0000
(09:19 +0100)
Signed-off-by: Elijah Harding <eharding830@gmail.com>
Link:
https://lore.kernel.org/r/20220318015201.30871-1-eharding830@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/Kconfig
patch
|
blob
|
history
diff --git
a/sound/core/Kconfig
b/sound/core/Kconfig
index db2e3c63ff41a15fa6ff45b186b242b6a89e3cd7..dd7b40734723066c7d5deb892cd2941011995ae8 100644
(file)
--- 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
- incorrectl
l
y.
+ incorrectly.
For some embedded devices, we may disable it to reduce memory
footprint, about 20KB on x86_64 platform.