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 C11A3C433F5 for ; Mon, 7 Mar 2022 16:29:04 +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 EC832172B; Mon, 7 Mar 2022 17:28:12 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EC832172B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1646670543; bh=64oNNmTtWsxUxeaKawvUIWDixHMJvkFSVykLx6hxC70=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=LZjJ4RMgFE+u6BcPEvQCWrSFbTo/po637l2VOnVEm9a/UvsYPmzkJUxBMCggg5kiE o4IF90nKxiE5cjBPmi0PJZRvwjOl7QMZHftPzUaBPHwlh3UM7eUc5M54jMKI+v4kvk HkGWd3looCfbxC312A+JCZqQEENH4jo3TJDbo8xo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 95DE1F80132; Mon, 7 Mar 2022 17:28:12 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 01823F8013F; Mon, 7 Mar 2022 17:28:08 +0100 (CET) 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 66CFCF800E9 for ; Mon, 7 Mar 2022 17:28:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 66CFCF800E9 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G82FpeRU" 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 7B6A3B8162E; Mon, 7 Mar 2022 16:28:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E948C340E9; Mon, 7 Mar 2022 16:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646670481; bh=64oNNmTtWsxUxeaKawvUIWDixHMJvkFSVykLx6hxC70=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G82FpeRU/RnFOrLaYMthW0VcknwxZiLtJ3XSuLnjjgndDCMXeViuKQgMuIg0CDOv7 zeEH8h2TTfcPU7S4iunbQ8mIiE0OFeIte5wI0FuT0qH0LytIzikNVFwSqsvKoA/Ipi 2r5D9ZkK8X5QTKYYnaJ7wWVkMWrg5lF/Cv9k4ER9wOcfC/2aba+Fkg451vwQ4MWQVx Ki+GbWF0cJ3YUGbSeZEsKCJ7Zm7LAhWYhA583FMsZf2ToEmPUo074Zg4X/DAAAJsfY 23l2Ro+fT+lDsFcVv38XtW00uNRvKlZ0X1NWH7pTKpeU2kOiT3/MBNIM/KOUZoHPR7 ryiJHFsbUb3Gw== Date: Mon, 7 Mar 2022 16:27:55 +0000 From: Mark Brown To: Dan Carpenter Subject: Re: [PATCH 1/4] ASoC: amd: vg: fix signedness bug in acp5x_audio_probe() Message-ID: References: <20220304131256.GA28739@kili> <20220307124152.GB3315@kadam> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NPfp81odsDC3ClI1" Content-Disposition: inline In-Reply-To: <20220307124152.GB3315@kadam> X-Cookie: Whatever became of eternal truth? Cc: alsa-devel@alsa-project.org, Liam Girdwood , Meng Tang , kernel-janitors@vger.kernel.org, Pierre-Louis Bossart , Takashi Iwai , Vijendar Mukunda 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" --NPfp81odsDC3ClI1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 07, 2022 at 03:41:52PM +0300, Dan Carpenter wrote: > Oops. Sorry about that. The 1/3 was intended to be 3/4. Do you need > me to resend it? I think I worked around it but please check what gets applied and resend anything that got dropped. --NPfp81odsDC3ClI1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmImMosACgkQJNaLcl1U h9Bppwf/eC/6CIIkse3i6pE3QPuWCDquC7sogKJQYHGLRbVf4m2/sJRdONv5gDW/ Mjr57Bx8iuZ20tuoNgZ5ek3V1XoF1csY6XTejWiIx+XQ6gu3wRcZMQ3fdHIvIxPg 8hAabf2HO4hbF0CgxdWXZZPpO71CUCGMVr1tdMlsc8Dd8CStF7QOWuUQujkplZ01 dwoqTRaH9jiZr6osDUAq/CGyCtf2JVyRxDlCSIX1n1pkiUCRucYiMtrrSNFGYazw z9GXJ88nCywGzeMInlxQdm3WaztZwY1B7GXUXR+T0lhCabo/7/j+Cd5b8l5srdLW JSdBARVJbY7iuqmkTZ8gTufbYnY5Ag== =Enlb -----END PGP SIGNATURE----- --NPfp81odsDC3ClI1--