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 5A90CC25B08 for ; Wed, 17 Aug 2022 11:41:08 +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 98E5C829; Wed, 17 Aug 2022 13:40:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 98E5C829 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1660736466; bh=tAxziLgNC85rss5KjanACgubW2VS9uSuhJ+/ML74THM=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=KTxpH1p2xEs46D1sA+DRfSQMwFwAN5KsWPVjDZoOVAO30cRs/Nq9hRhApNm3O95FB bH8UKoColPASX83wqW1SX0Iesmuv0jhdQcjnQcvsizC9mwCBetDhgJ2zuF9hdtcLjO e9dG/jekXRRAXqEFrfO+y7dlEgpyi5FY7bN27vaY= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 08B58F800DA; Wed, 17 Aug 2022 13:40:16 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 96630F8025C; Wed, 17 Aug 2022 13:40:13 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 1D3A4F800DA for ; Wed, 17 Aug 2022 13:40:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1D3A4F800DA Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T3/KpFtv" 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 ams.source.kernel.org (Postfix) with ESMTPS id B7BD9B81AD4; Wed, 17 Aug 2022 11:40:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B0B1C433D6; Wed, 17 Aug 2022 11:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660736406; bh=tAxziLgNC85rss5KjanACgubW2VS9uSuhJ+/ML74THM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T3/KpFtv7iQZzL5njKxRzaLCeNS0h0F8QbbeFHdB76IWFap4SuB6RJ6+95NgoGCtT nWzhlj/TKBLcLHowUnIGscBFxs4B2DelluDdqjOpdqkAWDiVEVlqLCoyRz2HTgiqTA NSo0RJMVk37dyrAr/SQcxfq6O9BmhbUVB+DRG1ToQMgd1SEZfckt+4xZuUAn2drCD/ sHf0rYN/Z+d40QQe5Gx3H1cUQNEcEy4LiQeeT2nC+PLq6tX5IMNzAQB5LPJMvwtLl1 SRhExETaUY9G2LH0oZ4LICLBXIM85XESWzCO4EUneFt6Wmt7Ja1iMPN+JqoBV4Mstj BcT3VpSuWJYgA== Date: Wed, 17 Aug 2022 12:40:01 +0100 From: Mark Brown To: "Liao, Bard" Subject: Re: [PATCH 0/4] ASoC/soundwire: log actual PING status on resume issues Message-ID: References: <20220714011043.46059-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="q+ljVR5GQz+Wtprg" Content-Disposition: inline In-Reply-To: X-Cookie: Use extra care when cleaning on stairs. Cc: "alsa-devel@alsa-project.org" , "tiwai@suse.de" , "pierre-louis.bossart@linux.intel.com" , "linux-kernel@vger.kernel.org" , Vinod Koul , Bard Liao 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" --q+ljVR5GQz+Wtprg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 17, 2022 at 06:48:56AM +0000, Liao, Bard wrote: > > > This series just adds a basic read directly from the PING frames to help > > > confirm if yes/no the device regain sync. > > > The change is mainly on soundwire. @Mark, Could you ack the ASoC patch > > > if it looks good to you? > > The series lgtm, feel free to merge thru ASoC tree with: > > Acked-By: Vinod Koul > Both of you are acked. > Can this series be merged now? I guess I'll apply it - given that it's mainly a Soundwire change I would have expected it to go via Soundwire as you'd suggested. --q+ljVR5GQz+Wtprg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmL805AACgkQJNaLcl1U h9AiSgf/XBVdYlzcxr231NjGvtIDApKXvygvvaqq/W1JkjymmWieaaDh7HP26Iy/ BZLvAxyC7e7zRVScXKeAtyghwzMeqKIFUH1hVazY4hKPUoiD8wD2QKstxnmpiicU m0b5McQwRGvqmk2dmK9XPlCr9j9zERI4wsepRY2z6YrfFOfPbz6z+84aMVN5/j/p fs9XVcafVEo9v6lbp2t7y138TFjPL2Wkh3ODPHRKFRupT5ZBAF0R25gePvwD8g9/ RVmFWTwyUgyoiuDuXAmcJkonHVaaewyBx4GEE5lSIFP+W0YbtLkgxme02gaGgMve hNY1iDBUTORh9H92CGKFNKMGZny4iQ== =GC7F -----END PGP SIGNATURE----- --q+ljVR5GQz+Wtprg-- 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 E7915C25B08 for ; Wed, 17 Aug 2022 11:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239178AbiHQLk0 (ORCPT ); Wed, 17 Aug 2022 07:40:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239164AbiHQLkI (ORCPT ); Wed, 17 Aug 2022 07:40:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3451983BE6 for ; Wed, 17 Aug 2022 04:40:07 -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 17D35614CD for ; Wed, 17 Aug 2022 11:40:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B0B1C433D6; Wed, 17 Aug 2022 11:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660736406; bh=tAxziLgNC85rss5KjanACgubW2VS9uSuhJ+/ML74THM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T3/KpFtv7iQZzL5njKxRzaLCeNS0h0F8QbbeFHdB76IWFap4SuB6RJ6+95NgoGCtT nWzhlj/TKBLcLHowUnIGscBFxs4B2DelluDdqjOpdqkAWDiVEVlqLCoyRz2HTgiqTA NSo0RJMVk37dyrAr/SQcxfq6O9BmhbUVB+DRG1ToQMgd1SEZfckt+4xZuUAn2drCD/ sHf0rYN/Z+d40QQe5Gx3H1cUQNEcEy4LiQeeT2nC+PLq6tX5IMNzAQB5LPJMvwtLl1 SRhExETaUY9G2LH0oZ4LICLBXIM85XESWzCO4EUneFt6Wmt7Ja1iMPN+JqoBV4Mstj BcT3VpSuWJYgA== Date: Wed, 17 Aug 2022 12:40:01 +0100 From: Mark Brown To: "Liao, Bard" Cc: Vinod Koul , Bard Liao , "alsa-devel@alsa-project.org" , "linux-kernel@vger.kernel.org" , "tiwai@suse.de" , "pierre-louis.bossart@linux.intel.com" Subject: Re: [PATCH 0/4] ASoC/soundwire: log actual PING status on resume issues Message-ID: References: <20220714011043.46059-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="q+ljVR5GQz+Wtprg" Content-Disposition: inline In-Reply-To: X-Cookie: Use extra care when cleaning on stairs. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --q+ljVR5GQz+Wtprg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 17, 2022 at 06:48:56AM +0000, Liao, Bard wrote: > > > This series just adds a basic read directly from the PING frames to help > > > confirm if yes/no the device regain sync. > > > The change is mainly on soundwire. @Mark, Could you ack the ASoC patch > > > if it looks good to you? > > The series lgtm, feel free to merge thru ASoC tree with: > > Acked-By: Vinod Koul > Both of you are acked. > Can this series be merged now? I guess I'll apply it - given that it's mainly a Soundwire change I would have expected it to go via Soundwire as you'd suggested. --q+ljVR5GQz+Wtprg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmL805AACgkQJNaLcl1U h9AiSgf/XBVdYlzcxr231NjGvtIDApKXvygvvaqq/W1JkjymmWieaaDh7HP26Iy/ BZLvAxyC7e7zRVScXKeAtyghwzMeqKIFUH1hVazY4hKPUoiD8wD2QKstxnmpiicU m0b5McQwRGvqmk2dmK9XPlCr9j9zERI4wsepRY2z6YrfFOfPbz6z+84aMVN5/j/p fs9XVcafVEo9v6lbp2t7y138TFjPL2Wkh3ODPHRKFRupT5ZBAF0R25gePvwD8g9/ RVmFWTwyUgyoiuDuXAmcJkonHVaaewyBx4GEE5lSIFP+W0YbtLkgxme02gaGgMve hNY1iDBUTORh9H92CGKFNKMGZny4iQ== =GC7F -----END PGP SIGNATURE----- --q+ljVR5GQz+Wtprg--