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 6321EC38A02 for ; Fri, 28 Oct 2022 11:32:40 +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 125872007; Fri, 28 Oct 2022 13:31:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 125872007 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1666956758; bh=q0lnOSum//LwPg46x156hM2PbLCHWNsC+B5nIs59ccc=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=XRQBJJgSKO2emEtADiDQiToVyB9InOlmb4TGxxcgNn7f7wnuOdUI8NFTaPDaeNbui z+KbUTMp0G9J4tMGRoZDRm7k98Qc0Y8Bt61hbQCng8ta3ngTsg22dEoGvz6eB4z/kc VS6WsBXp7h2Z687zDYWvWK4WT/dnDDzX7qj7aroQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B3920F8016A; Fri, 28 Oct 2022 13:31:47 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 60C59F8024C; Fri, 28 Oct 2022 13:31:47 +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 C03BFF80095 for ; Fri, 28 Oct 2022 13:31:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C03BFF80095 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UTDCBsjL" 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 CD5A6B82874; Fri, 28 Oct 2022 11:31:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B71BBC433D6; Fri, 28 Oct 2022 11:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666956701; bh=q0lnOSum//LwPg46x156hM2PbLCHWNsC+B5nIs59ccc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UTDCBsjLxk2mBDSl9PMp0X7zrsOmWygSgZcmhoghuTaozDLTyHgrdMh8K8wMiRwH7 qrs07wSVDSalptihHLru5/QAQeE/o4hF52Ja96bkszWU0cvQ/lx96xbWgZjNZyyl74 Fe36q1Hct1Z/MWaMzHWr7eqGYbx4fhBd64RAD54s/3n2Yo1QS31hf4kZMKueBvYc2f fWn2t8+co9TU53T2z34avoWwtKXAf670oK+dAgB7feY37L/2YJiFADoWI4pSCcHRx6 POCEDrBTv5gu6xEG4gHLteIIgIV/DGJ3yMDNwLGKneH+SGPKyFdc9X1AHtSlOQLAkh Yw3ovsvj0kZTg== Date: Fri, 28 Oct 2022 17:01:36 +0530 From: Vinod Koul To: Srinivas Kandagatla Subject: Re: [PATCH 0/6] soundwire: qcom: fixes and support for v1.7 Message-ID: References: <20221026110210.6575-1-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221026110210.6575-1-srinivas.kandagatla@linaro.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org, andersson@kernel.org, pierre-louis.bossart@linux.intel.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, sanyog.r.kale@intel.com, yung-chuan.liao@linux.intel.com 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" On 26-10-22, 12:02, Srinivas Kandagatla wrote: > This patchset has 2 fixes around fifo handling adds support > for v1.7.0 controller found in SM8450 SoCs. Also a patch to > make reset optional for v1.6 as this is not required for sc8280xp. Applied, thanks -- ~Vinod