diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-16 12:28:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-16 14:53:50 +0100 |
commit | 4ad2d3cf2a299645bdc6d72e5b8ee11b2ed147ac (patch) | |
tree | 6ad1bad78a5b58819eb7b72e6c7d10553af8f25b | |
parent | Merge series "ASoC: ti: Maintainer mail address change" from Peter Ujfalusi <... (diff) | |
download | linux-4ad2d3cf2a299645bdc6d72e5b8ee11b2ed147ac.tar.xz linux-4ad2d3cf2a299645bdc6d72e5b8ee11b2ed147ac.zip |
ASoC: codecs: fix spelling mistake in Kconfig "comunicate" -> "communicate"
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201216112859.11564-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 5e4e68112791..ac63e7c176c1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -458,7 +458,7 @@ config SND_SOC_ADAU7118_HW help Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter. In this mode, the device works in standalone mode which - means that there is no bus to comunicate with it. Stereo mode is not + means that there is no bus to communicate with it. Stereo mode is not supported in this mode. To compile this driver as a module, choose M here: the module |