diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-24 10:17:46 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-25 14:24:03 +0000 |
commit | 636be128d659131739df62e08455bbf6678fc58b (patch) | |
tree | 05156d846a823baac86ea3075e9cba60f53ee83c /sound/soc/rockchip/Kconfig | |
parent | 01270f905eea786f418cbc2040f7a52b969ef377 (diff) | |
download | linux-stable-636be128d659131739df62e08455bbf6678fc58b.tar.gz linux-stable-636be128d659131739df62e08455bbf6678fc58b.tar.bz2 linux-stable-636be128d659131739df62e08455bbf6678fc58b.zip |
ASoC: Kconfig: fix spelling of "up to"
Fix spelling in sound/soc/ Kconfig files:
s/upto/up to/
(reported by codespell)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de> #rockchip
Link: https://lore.kernel.org/r/20230124181746.19028-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Kconfig')
-rw-r--r-- | sound/soc/rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 42f76bc0fb02..f98a2fa85edd 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig @@ -13,7 +13,7 @@ config SND_SOC_ROCKCHIP_I2S select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for I2S driver for - Rockchip I2S device. The device supports upto maximum of + Rockchip I2S device. The device supports up to maximum of 8 channels each for play and record. config SND_SOC_ROCKCHIP_I2S_TDM |