Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Mark Brown
636be128 01270f90

+3 -3
+1 -1
sound/soc/rockchip/Kconfig
··· 13 13 select SND_SOC_GENERIC_DMAENGINE_PCM 14 14 help 15 15 Say Y or M if you want to add support for I2S driver for 16 - Rockchip I2S device. The device supports upto maximum of 16 + Rockchip I2S device. The device supports up to maximum of 17 17 8 channels each for play and record. 18 18 19 19 config SND_SOC_ROCKCHIP_I2S_TDM
+2 -2
sound/soc/tegra/Kconfig
··· 144 144 Config to enable the Sampling Frequency Converter (SFC) which 145 145 converts the sampling frequency of input signal to another 146 146 frequency. It supports sampling frequency conversion of streams 147 - upto 2 channels (stereo). 147 + up to 2 channels (stereo). 148 148 Say Y or M if you want to add support for Tegra210 SFC module. 149 149 150 150 config SND_SOC_TEGRA210_AMX ··· 171 171 tristate "Tegra210 Mixer module" 172 172 help 173 173 Config to enable the Mixer module which can help to mix multiple 174 - audio streams. It supports mixing of upto 10 input streams, 174 + audio streams. It supports mixing of up to 10 input streams, 175 175 where each stream can contain maximum of 8 channels. It supports 176 176 5 output each of which can be a mix of any combination of 10 177 177 input streams.