From patchwork Wed Sep 27 14:35:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Donglin Peng X-Patchwork-Id: 9974191 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 EFF6460365 for ; Wed, 27 Sep 2017 14:35:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E3855286B2 for ; Wed, 27 Sep 2017 14:35:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D8095291F4; Wed, 27 Sep 2017 14:35:14 +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.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=no 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 02241286B2 for ; Wed, 27 Sep 2017 14:35:13 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 55B6B267234; Wed, 27 Sep 2017 16:35:11 +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 C4464267235; Wed, 27 Sep 2017 16:35:10 +0200 (CEST) Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by alsa0.perex.cz (Postfix) with ESMTP id C501F2671E3 for ; Wed, 27 Sep 2017 16:35:08 +0200 (CEST) Received: by mail-pg0-f66.google.com with SMTP id j16so9388568pga.2 for ; Wed, 27 Sep 2017 07:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=GYzBfbSYK8MZ81bN0bnvWzHxcg77kY7X6Q+ASBCtamU=; b=JoZCKg9Ccy6ACxqMKBwh0RQD6TwaqRUdDCUWFUEC0KVL+OFIzNTxOf7Mgnm07aPdkS ybYFD4AU6I3IfGKxozCdDPIZ3JawVroZolBLioYlgzJPPjCQKVDQDjm14p57PVTLndqH ESz9FXdoWXxTJC6c+jaMrHfWF4GOKKCdiU+RSZZRLllvQLc9Ook9DTvOVNeaa5to1uoV HU6r1JcFZ/nxAWrw4CzQB+UtRYU/fManNFaqEmia6fe1vHoHVUerrsyuQ1Q/5yVSLjRJ 4/0Q097Z03hmRihKjfnGYwN+Zgk2q17zJSUBn73GNL+19KpAfQZJ059r4vAm7DhpCUWn 6GoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GYzBfbSYK8MZ81bN0bnvWzHxcg77kY7X6Q+ASBCtamU=; b=KRMaCHMsAmGbK75U/QbN5hSZBAKkGmhWIwQNFUhTd/H6kx6gW8x+Q3L9ogWfipAKZc vfnBo56opIhPlJmYVWTTVcf+rIXMlCQn/kJNPgJSHE2Ayi8gz9c+wOAUU8s1+XJtkXkD yLTH+LIA8HuuN6HddKgsBOdAiqkaMUmBiBHer3QVgwIKGEw8yvk8NfdISSYlVZs9AhlB Ae9B5FOHdzVfmudbyXSGtVT1WJdxWoVM0u+v3TxPD9y4tkgWXvejtA7N4H2p5SMnqu6V N0gzFWObHxhxDBN+9jhlC1qxxYEYzdqRUSdw5Nc5NI+RBorJGGCF5lpGmMWrLOQ+6TrW Ssxw== X-Gm-Message-State: AHPjjUjC9312R6nXSTqflrMUMICScz06240uEnaE+ffkInxNs1+yf+ZG MbfYSHIxUVQJEOkqqy33Ras= X-Google-Smtp-Source: AOwi7QDU/taaHdNRCxXsh3j2mXTtO4ITVVaDbW0qqbiVAB4BzIaOniZVyfxcWAcmsVWgBq8sr1487Q== X-Received: by 10.84.231.9 with SMTP id f9mr1453281plk.155.1506522907289; Wed, 27 Sep 2017 07:35:07 -0700 (PDT) Received: from localhost ([114.240.245.171]) by smtp.gmail.com with ESMTPSA id f8sm17373838pgs.7.2017.09.27.07.35.05 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 27 Sep 2017 07:35:06 -0700 (PDT) From: Peng Donglin To: broonie@kernel.org, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com Date: Wed, 27 Sep 2017 22:35:01 +0800 Message-Id: <1506522901-10552-1-git-send-email-dolinux.peng@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Peng Donglin Subject: [alsa-devel] [PATCH] ASoC: dapm: Fix typos in comment 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: Peng Donglin --- sound/soc/soc-dapm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index dcef67a..0867eaa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -4167,7 +4167,7 @@ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * Requires external locking. @@ -4187,7 +4187,7 @@ int snd_soc_dapm_enable_pin_unlocked(struct snd_soc_dapm_context *dapm, * @dapm: DAPM context * @pin: pin name * - * Enables input/output pin and its parents or children widgets iff there is + * Enables input/output pin and its parents or children widgets if there is * a valid audio route and active audio stream. * * NOTE: snd_soc_dapm_sync() needs to be called after this for DAPM to