From mboxrd@z Thu Jan 1 00:00:00 1970 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C94FECAAA3 for ; Fri, 26 Aug 2022 18:25:01 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 86B7F1672; Fri, 26 Aug 2022 20:24:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 86B7F1672 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1661538299; bh=fDJZJ3AeiKD9D2LjbTJDLiT5RrB5WN+nB7JpXBvjlnE=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=QezoLN/4Jt/yePiIl6RqbksL9BusIESXCeKRDkAuQfTnxU+PTFmoRBL5mFaibTEtl asCQQgSvSO9cx5Xro6NUeGZYqIrFV4DpfiJD2Mf3hS7cOw9QGnlnb8C8Hs1THJFG/9 U94CFdECZN/y3zjifeEXt9k1WOXeUqWddLanPsSk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 063C7F80105; Fri, 26 Aug 2022 20:24:09 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A243DF80238; Fri, 26 Aug 2022 20:24:07 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 38671F80105 for ; Fri, 26 Aug 2022 20:24:04 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 38671F80105 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sWIqnfn9" Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0B6EA61219; Fri, 26 Aug 2022 18:24:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8B0CC433D6; Fri, 26 Aug 2022 18:24:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661538241; bh=fDJZJ3AeiKD9D2LjbTJDLiT5RrB5WN+nB7JpXBvjlnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sWIqnfn9d+OsCtFDKIiyGcfAeVrHpOoMVzlcqSZRBwbl2sRwBYQmSszCQwLZObuBD ZyY3dj6+t4VaQA5v+cBAeTm5cmiiw0p/AZ4aTDDtYyoaWt0BZ49KZtIYYy99IX8tZA GVLptnAtwx2Z0N5Cn4ulM0RuT57Sl0WxMp0+SFVH4YyEd2mTbu4siFBw0HQm5f3ZMt g7+0W9YNijQ1zzuqOu9fnWjQQaNuS0ZJ1khTCIkjgkXfWj10cFm+NvfxHjs9Lt8Ekc y2xEloopbPRn9U09fdCE8K/+YBa+lXS2OjPuyup1aa1m0n3rp8HR6CAJiitPHa36WF omf/5GEEoD/5g== Date: Fri, 26 Aug 2022 19:24:00 +0100 From: Mark Brown To: Maurycy Z <10maurycy10@gmail.com> Subject: Re: [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'. Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2vlFT4VlBjIBHCeB" Content-Disposition: inline In-Reply-To: X-Cookie: Necessity is a mother. Cc: alsa-devel@alsa-project.org, Takashi Iwai , LKML , Liam Girdwood X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --2vlFT4VlBjIBHCeB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 25, 2022 at 04:06:51PM -0700, Maurycy Z wrote: > Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com> > --- > sound/pci/ice1712/ice1712.c | 2 +- > sound/pci/ice1712/ice1724.c | 2 +- > sound/soc/fsl/Kconfig | 2 +- > sound/soc/generic/Kconfig | 4 ++-- This has an ASoC tag in the subject but also covers ALSA Acked-by: Mark Brown --2vlFT4VlBjIBHCeB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmMJD78ACgkQJNaLcl1U h9DZvgf/RMNK90WuuI02JCzni10BvcEpIfIyz2ZMSSmNwtFBHHm+WMDGJNpt0EoE 6gfb5thSwCQ0k/AqvbtKV9k+R/zoBFqyPOecVHjf5VvET2NDTH7ifguMEI7OkuYN qrXCnIA8U/rF4VMHA3viyE5u9UV4ISbW9bg7Mkx9+86cuEm8tgHmYtCULMC7BzMN VoaS7k0wDYGD8cvh6oW+pc+0AbwuUC/zm59OoijAkcUxrD4KkRA+URLbbqeJAx5G 1J10/3H0I4liJ5ruX28lNTw0/+oPL6FRGRa0ht2qxipVIRboOn+bR2/bIdoNGwMF UWxCldv5VD4ZDxXas7IAQ34b8cPrzg== =AIGx -----END PGP SIGNATURE----- --2vlFT4VlBjIBHCeB-- From mboxrd@z Thu Jan 1 00:00:00 1970 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 F065DECAAA3 for ; Fri, 26 Aug 2022 18:24:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231234AbiHZSYK (ORCPT ); Fri, 26 Aug 2022 14:24:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231544AbiHZSYF (ORCPT ); Fri, 26 Aug 2022 14:24:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7242D4CA01 for ; Fri, 26 Aug 2022 11:24:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0F32961D25 for ; Fri, 26 Aug 2022 18:24:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8B0CC433D6; Fri, 26 Aug 2022 18:24:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661538241; bh=fDJZJ3AeiKD9D2LjbTJDLiT5RrB5WN+nB7JpXBvjlnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sWIqnfn9d+OsCtFDKIiyGcfAeVrHpOoMVzlcqSZRBwbl2sRwBYQmSszCQwLZObuBD ZyY3dj6+t4VaQA5v+cBAeTm5cmiiw0p/AZ4aTDDtYyoaWt0BZ49KZtIYYy99IX8tZA GVLptnAtwx2Z0N5Cn4ulM0RuT57Sl0WxMp0+SFVH4YyEd2mTbu4siFBw0HQm5f3ZMt g7+0W9YNijQ1zzuqOu9fnWjQQaNuS0ZJ1khTCIkjgkXfWj10cFm+NvfxHjs9Lt8Ekc y2xEloopbPRn9U09fdCE8K/+YBa+lXS2OjPuyup1aa1m0n3rp8HR6CAJiitPHa36WF omf/5GEEoD/5g== Date: Fri, 26 Aug 2022 19:24:00 +0100 From: Mark Brown To: Maurycy Z <10maurycy10@gmail.com> Cc: LKML , alsa-devel@alsa-project.org, Liam Girdwood , aroslav Kysela , Takashi Iwai Subject: Re: [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'. Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2vlFT4VlBjIBHCeB" Content-Disposition: inline In-Reply-To: X-Cookie: Necessity is a mother. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --2vlFT4VlBjIBHCeB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 25, 2022 at 04:06:51PM -0700, Maurycy Z wrote: > Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com> > --- > sound/pci/ice1712/ice1712.c | 2 +- > sound/pci/ice1712/ice1724.c | 2 +- > sound/soc/fsl/Kconfig | 2 +- > sound/soc/generic/Kconfig | 4 ++-- This has an ASoC tag in the subject but also covers ALSA Acked-by: Mark Brown --2vlFT4VlBjIBHCeB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmMJD78ACgkQJNaLcl1U h9DZvgf/RMNK90WuuI02JCzni10BvcEpIfIyz2ZMSSmNwtFBHHm+WMDGJNpt0EoE 6gfb5thSwCQ0k/AqvbtKV9k+R/zoBFqyPOecVHjf5VvET2NDTH7ifguMEI7OkuYN qrXCnIA8U/rF4VMHA3viyE5u9UV4ISbW9bg7Mkx9+86cuEm8tgHmYtCULMC7BzMN VoaS7k0wDYGD8cvh6oW+pc+0AbwuUC/zm59OoijAkcUxrD4KkRA+URLbbqeJAx5G 1J10/3H0I4liJ5ruX28lNTw0/+oPL6FRGRa0ht2qxipVIRboOn+bR2/bIdoNGwMF UWxCldv5VD4ZDxXas7IAQ34b8cPrzg== =AIGx -----END PGP SIGNATURE----- --2vlFT4VlBjIBHCeB--