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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2D43C433DB for ; Thu, 7 Jan 2021 13:56:34 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 5495623142 for ; Thu, 7 Jan 2021 13:56:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5495623142 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org 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 DC3861672; Thu, 7 Jan 2021 14:55:40 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz DC3861672 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1610027790; bh=LXnYFuO/m7yLkPaglBXr1YjV5t1JasbH7WmOzsST9Wk=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=dCiJie0q7D1A5lXmXZen2QLhCPYJmrA3uFLtNGufqbyBiKl5UpmlS2BrkF8WGx1jI BT1LXbvjQDsNlkSPLp24qXAS7riaegRIrk/Gx2FljNh65wfNc+GToPaaZIK7+xw968 wfpSwcKmmLO2oQwLJOw2j0n8/ut2xTeb7oV1u/a8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 41E57F801F5; Thu, 7 Jan 2021 14:55:40 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 77D9BF80258; Thu, 7 Jan 2021 14:55:39 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id B85D2F800E9 for ; Thu, 7 Jan 2021 14:55:32 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B85D2F800E9 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tL/Xgu59" Received: by mail.kernel.org (Postfix) with ESMTPSA id 6FB3C23142; Thu, 7 Jan 2021 13:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610027729; bh=LXnYFuO/m7yLkPaglBXr1YjV5t1JasbH7WmOzsST9Wk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tL/Xgu59loQzasBhYzsuRuw5qW96vjuHKF6R7TV68gC7h09S8Pjnxe1wp/UjouzSQ Wbz8oGvH+SsrVkZ6BXlbw625mlWaSMdhelst/hsQhEVn3pGNrSL/eAZ/d4CBw3anNA SxFybFDAO+wcReIEx8xiIglNfdv5VqRLzTcOQqqODyTOKrW4ISNpmnQb1J/CJ8E0AE q4Ruhu2Rwe1CJ+2F+42Drum5jt47YG1oAi4OFusucNgJP66s3gDGVxZ/ZH4lRpeYtL jeZ/lrfRoW1mJ5O2q6GgTr7H4eE9rskovRPyKq5pOse1mNDg/2ETBqjS99sPI5xg+M ipPpoTxeJpVWQ== Date: Thu, 7 Jan 2021 13:54:59 +0000 From: Mark Brown To: Yu-Hsuan Hsu Subject: Re: [PATCH 1/2] cros_ec_commands: Add EC_CODEC_I2S_RX_RESET Message-ID: <20210107135459.GB4726@sirena.org.uk> References: <20210107085942.2891525-1-yuhsuan@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline In-Reply-To: <20210107085942.2891525-1-yuhsuan@chromium.org> X-Cookie: See store for details. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org, "Gustavo A . R . Silva" , Takashi Iwai , Liam Girdwood , linux-kernel@vger.kernel.org, Guenter Roeck , Prashant Malani , Pi-Hsun Shih , Enric Balletbo i Serra , Benson Leung , Cheng-Yi Chiang 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" --kORqDWCi7qDJ0mEj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 07, 2021 at 04:59:41PM +0800, Yu-Hsuan Hsu wrote: > Add the new command EC_CODEC_I2S_RX_RESET in ec_codec_i2s_rx_subcmd, > which is used for resetting the EC codec. I think the request was to sync over all the commands that are supported in the EC rather than just split this one addition into a separate patch. --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl/3ErIACgkQJNaLcl1U h9AuIQgAhsn5doavvuB2jUYoY2Vgy/KRdrB0f0S4BCUso6u8B5NBsKVudkZGYy2N UCNkXPtEnMnMR+hvvxw+b1Ntj80HbL26Ih/ZgtFAzWFkMg+DLf8QOIQIBaI9cK1r YC7IW1f3XZ+U81xyLncWZTXBJ0LI3mJMJ6TNnxWiYaa+ebFEsCS/wqUMtjUFOKjw en5ZSZpAa/KebHEmLU4q/cL8nF/xN9H/dNLuxGYJR30oQsdX8N69+fQRU24A717/ KkGl2QXHlmOIS5+po6YTFC8auuuU6LEcsKVU1uEJ2w7asaklubUO71AaohFt4uT7 UDghAbNdmHDXvrV7Dd6bCBqWLr4mtA== =zhj3 -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj-- 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 X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABC4AC433DB for ; Thu, 7 Jan 2021 13:56:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 760C823142 for ; Thu, 7 Jan 2021 13:56:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728380AbhAGN4J (ORCPT ); Thu, 7 Jan 2021 08:56:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:36102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725835AbhAGN4J (ORCPT ); Thu, 7 Jan 2021 08:56:09 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6FB3C23142; Thu, 7 Jan 2021 13:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610027729; bh=LXnYFuO/m7yLkPaglBXr1YjV5t1JasbH7WmOzsST9Wk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tL/Xgu59loQzasBhYzsuRuw5qW96vjuHKF6R7TV68gC7h09S8Pjnxe1wp/UjouzSQ Wbz8oGvH+SsrVkZ6BXlbw625mlWaSMdhelst/hsQhEVn3pGNrSL/eAZ/d4CBw3anNA SxFybFDAO+wcReIEx8xiIglNfdv5VqRLzTcOQqqODyTOKrW4ISNpmnQb1J/CJ8E0AE q4Ruhu2Rwe1CJ+2F+42Drum5jt47YG1oAi4OFusucNgJP66s3gDGVxZ/ZH4lRpeYtL jeZ/lrfRoW1mJ5O2q6GgTr7H4eE9rskovRPyKq5pOse1mNDg/2ETBqjS99sPI5xg+M ipPpoTxeJpVWQ== Date: Thu, 7 Jan 2021 13:54:59 +0000 From: Mark Brown To: Yu-Hsuan Hsu Cc: linux-kernel@vger.kernel.org, Benson Leung , Enric Balletbo i Serra , Guenter Roeck , Cheng-Yi Chiang , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Prashant Malani , Pi-Hsun Shih , "Gustavo A . R . Silva" , alsa-devel@alsa-project.org Subject: Re: [PATCH 1/2] cros_ec_commands: Add EC_CODEC_I2S_RX_RESET Message-ID: <20210107135459.GB4726@sirena.org.uk> References: <20210107085942.2891525-1-yuhsuan@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline In-Reply-To: <20210107085942.2891525-1-yuhsuan@chromium.org> X-Cookie: See store for details. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --kORqDWCi7qDJ0mEj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 07, 2021 at 04:59:41PM +0800, Yu-Hsuan Hsu wrote: > Add the new command EC_CODEC_I2S_RX_RESET in ec_codec_i2s_rx_subcmd, > which is used for resetting the EC codec. I think the request was to sync over all the commands that are supported in the EC rather than just split this one addition into a separate patch. --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl/3ErIACgkQJNaLcl1U h9AuIQgAhsn5doavvuB2jUYoY2Vgy/KRdrB0f0S4BCUso6u8B5NBsKVudkZGYy2N UCNkXPtEnMnMR+hvvxw+b1Ntj80HbL26Ih/ZgtFAzWFkMg+DLf8QOIQIBaI9cK1r YC7IW1f3XZ+U81xyLncWZTXBJ0LI3mJMJ6TNnxWiYaa+ebFEsCS/wqUMtjUFOKjw en5ZSZpAa/KebHEmLU4q/cL8nF/xN9H/dNLuxGYJR30oQsdX8N69+fQRU24A717/ KkGl2QXHlmOIS5+po6YTFC8auuuU6LEcsKVU1uEJ2w7asaklubUO71AaohFt4uT7 UDghAbNdmHDXvrV7Dd6bCBqWLr4mtA== =zhj3 -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj--