Unverified Commit e49037ad authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"



There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarKai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20201216125913.16041-1-colin.king@canonical.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4ad2d3cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ond pipeline status prior to the XRUN.
	  preserve any trace data and pipeline status prior to the XRUN.
	  Say Y if you are debugging SOF FW pipeline XRUNs.
	  If unsure select "N".