From patchwork Sat Oct 7 22:26:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolas Nyby X-Patchwork-Id: 9991457 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0B22960364 for ; Sat, 7 Oct 2017 22:26:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E643F28707 for ; Sat, 7 Oct 2017 22:26:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DA2F728790; Sat, 7 Oct 2017 22:26:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 607E928707 for ; Sat, 7 Oct 2017 22:26:39 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 75594266F1C; Sun, 8 Oct 2017 00:26:35 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 04D11266F1E; Sun, 8 Oct 2017 00:26:34 +0200 (CEST) Received: from eggs.gnu.org (eggs.gnu.org [208.118.235.92]) by alsa0.perex.cz (Postfix) with ESMTP id 67EB92668F0 for ; Sun, 8 Oct 2017 00:26:31 +0200 (CEST) Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0xYC-0000eH-2z for alsa-devel@alsa-project.org; Sat, 07 Oct 2017 18:26:28 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0xY4-0000cJ-U6; Sat, 07 Oct 2017 18:26:20 -0400 Received: from cpe-24-164-137-53.nyc.res.rr.com ([24.164.137.53]:59158 helo=acid.nyc.rr.com) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e0xY4-00065f-CE; Sat, 07 Oct 2017 18:26:20 -0400 From: Nik Nyby To: lgirdwood@gmail.com, broonie@kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, trivial@kernel.org Date: Sat, 7 Oct 2017 18:26:10 -0400 Message-Id: <20171007222610.17743-1-nikolas@gnu.org> X-Mailer: git-send-email 2.14.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e Cc: Nik Nyby Subject: [alsa-devel] [PATCH] sound/soc: fix typos in Kconfig (trivial) X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP This fixes a few typos in the snd_designware description. Signed-off-by: Nik Nyby --- sound/soc/dwc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index c6fd95fa5ca6..aa0c6ec4d93c 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig @@ -4,8 +4,8 @@ config SND_DESIGNWARE_I2S select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for I2S driver for - Synopsys desigwnware I2S device. The device supports upto - maximum of 8 channels each for play and record. + Synopsys designware I2S device. The device supports up to + a maximum of 8 channels each for play and record. config SND_DESIGNWARE_PCM bool "PCM PIO extension for I2S driver"