From nobody Sun Sep 14 07:35:37 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 990F1C25B4E for ; Tue, 24 Jan 2023 18:17:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232991AbjAXSR5 (ORCPT ); Tue, 24 Jan 2023 13:17:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232855AbjAXSRx (ORCPT ); Tue, 24 Jan 2023 13:17:53 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40FF27AB4 for ; Tue, 24 Jan 2023 10:17:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=iYWbuhGp944F3TdBcB/ClLP8i2bPTgYrvwJPGPuMWAw=; b=P9lIZ7mNFfxXr0xNIcVvq5B3Hj FN0yTa106mvAoySEbnNd7rIyOtg+AyLrVN84mRgarY5GHW2EpOUxIM4t+hEHsj+hx2t+qRFP42HGo 7syB43XgN1v/IO4a8e9TyNfxhYa78nIy7GEDyI89M+UQcU7mFqSoKtpFf+F3GU3htje1XdlcNDifG eDc0tSXgBK6Apg9f1Ft5iWC096wh/QDDi9yInNZMTKvDRAJETJPW1BgFx6pnPyFPMvqTNmJA1G33H uO0ry9Tit1ZFmMH9m+Sd7dBXYMSUaOZqHjXukDDvCITuvEe+5TL5DEKNs4mGNk7j5liZV8SayrcBE eIhTBizA==; Received: from [2601:1c2:d80:3110::9307] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKNrf-004vpH-11; Tue, 24 Jan 2023 18:17:47 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Liam Girdwood , Mark Brown , alsa-devel@alsa-project.org, Jaroslav Kysela , Takashi Iwai , Heiko Stuebner , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH] ASoC: Kconfig: fix spelling of "up to" Date: Tue, 24 Jan 2023 10:17:46 -0800 Message-Id: <20230124181746.19028-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix spelling in sound/soc/ Kconfig files: s/upto/up to/ (reported by codespell) Signed-off-by: Randy Dunlap Cc: Liam Girdwood Cc: Mark Brown Cc: alsa-devel@alsa-project.org Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Heiko Stuebner Cc: linux-arm-kernel@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Reviewed-by: Heiko Stuebner #rockchip --- sound/soc/rockchip/Kconfig | 2 +- sound/soc/tegra/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff -- a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig --- 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. =20 config SND_SOC_ROCKCHIP_I2S_TDM diff -- a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -144,7 +144,7 @@ config SND_SOC_TEGRA210_SFC Config to enable the Sampling Frequency Converter (SFC) which converts the sampling frequency of input signal to another frequency. It supports sampling frequency conversion of streams - upto 2 channels (stereo). + up to 2 channels (stereo). Say Y or M if you want to add support for Tegra210 SFC module. =20 config SND_SOC_TEGRA210_AMX @@ -171,7 +171,7 @@ config SND_SOC_TEGRA210_MIXER tristate "Tegra210 Mixer module" help Config to enable the Mixer module which can help to mix multiple - audio streams. It supports mixing of upto 10 input streams, + audio streams. It supports mixing of up to 10 input streams, where each stream can contain maximum of 8 channels. It supports 5 output each of which can be a mix of any combination of 10 input streams.