From patchwork Tue Apr 28 11:11:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 6287951 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 609359F326 for ; Tue, 28 Apr 2015 11:12:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8C82C20328 for ; Tue, 28 Apr 2015 11:12:29 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 21309202F0 for ; Tue, 28 Apr 2015 11:12:28 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id F07102605EC; Tue, 28 Apr 2015 13:12:26 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 19073260569; Tue, 28 Apr 2015 13:12:19 +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 DB17C260593; Tue, 28 Apr 2015 13:12:17 +0200 (CEST) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by alsa0.perex.cz (Postfix) with ESMTP id B5212260513 for ; Tue, 28 Apr 2015 13:12:10 +0200 (CEST) Received: from jcn (87.10.137.246) by smtp205.alice.it (8.6.060.28) id 552F947602AAFC5D; Tue, 28 Apr 2015 13:12:03 +0200 Received: from ao2 by jcn with local (Exim 4.84) (envelope-from ) id 1Yn3Qo-0001LN-M9; Tue, 28 Apr 2015 13:12:02 +0200 From: Antonio Ospite To: Jiri Kosina Date: Tue, 28 Apr 2015 13:11:24 +0200 Message-Id: <1430219491-5076-6-git-send-email-ao2@ao2.it> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430219491-5076-1-git-send-email-ao2@ao2.it> References: <1430219491-5076-1-git-send-email-ao2@ao2.it> X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Cc: Mark Brown , Antonio Ospite , Lars-Peter Clausen , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH 05/12] trivial: ASoC: adau1977: fix typo s/Substraction/Subtraction/ 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 Signed-off-by: Antonio Ospite Cc: Lars-Peter Clausen Cc: Mark Brown Cc: alsa-devel@alsa-project.org Acked-by: Lars-Peter Clausen --- sound/soc/codecs/adau1977.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/adau1977.c b/sound/soc/codecs/adau1977.c index 7ad8e15..dc8ad08 100644 --- a/sound/soc/codecs/adau1977.c +++ b/sound/soc/codecs/adau1977.c @@ -202,7 +202,7 @@ static const struct snd_soc_dapm_route adau1977_dapm_routes[] = { ADAU1977_REG_DC_HPF_CAL, (x) - 1, 1, 0) #define ADAU1977_DC_SUB_SWITCH(x) \ - SOC_SINGLE("ADC" #x " DC Substraction Capture Switch", \ + SOC_SINGLE("ADC" #x " DC Subtraction Capture Switch", \ ADAU1977_REG_DC_HPF_CAL, (x) + 3, 1, 0) static const struct snd_kcontrol_new adau1977_snd_controls[] = {