projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad2d3c
)
ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 16 Dec 2020 12:59:13 +0000
(12:59 +0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 16 Dec 2020 13:53:51 +0000
(13:53 +0000)
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link:
https://lore.kernel.org/r/20201216125913.16041-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/sof/Kconfig
b/sound/soc/sof/Kconfig
index 031dad5fc4c701b8107828927e34ae7c2513eb63..3e8b6c035ce3ffba2cbe48c7b69597d3a71ecc0b 100644
(file)
--- a/
sound/soc/sof/Kconfig
+++ b/
sound/soc/sof/Kconfig
@@
-122,7
+122,7
@@
config SND_SOC_SOF_DEBUG_XRUN_STOP
bool "SOF stop on XRUN"
help
This option forces PCMs to stop on any XRUN event. This is useful to
- preserve any trace data
o
nd pipeline status prior to the XRUN.
+ preserve any trace data
a
nd pipeline status prior to the XRUN.
Say Y if you are debugging SOF FW pipeline XRUNs.
If unsure select "N".