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 B7222C433F5 for ; Fri, 3 Dec 2021 17:25:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353276AbhLCR2w (ORCPT ); Fri, 3 Dec 2021 12:28:52 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:58814 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239848AbhLCR2v (ORCPT ); Fri, 3 Dec 2021 12:28:51 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: adalessandro) with ESMTPSA id 383891F471D5 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=collabora.com; s=mail; t=1638552325; bh=FfHl0DYl6uyJ+Pe9q9LrI9NG8e5zR5nC/wqOuKSucMk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=lkHCYNfXoK7UKNmOkE+sUmLPa7Rw/CVkK/GO0EbcQNE4PrM1mAzsUEYOYRWTRwKpX D6tgtpxKg412ooKPvNVnt8ChkyWJ0Ol9+MD/OA2RQ4HnsP5+ORC3ZbFf1IqKg44hxT sRq7f/FJsTya+wDer8EFjI8unXh6dMQ9QWU9gB5FTCaabN49pdg286DJRvnF4zx530 ldqQlxF3JrVGa1ePMTJZimP5bFYXaXq9zF5Fe5qxF6JYNz4eqzcb0X9MHwVuFfOeXm /D9tYleuCN0V1GnFtiD0VyqsX6GMHmGn5fcJPInRQLZrcGxFW3EnOmbxU5RBcF4j6o VL5ciryfoiRPA== Subject: Re: [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx To: Mark Brown , alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Cc: Xiubo.Lee@gmail.com, festevam@gmail.com, nicoleotsuka@gmail.com, perex@perex.cz, kuninori.morimoto.gx@renesas.com, michael@amarulasolutions.com, shengjiu.wang@gmail.com, lgirdwood@gmail.com, tiwai@suse.com, bkylerussell@gmail.com References: <20211119153248.419802-1-ariel.dalessandro@collabora.com> <163762561675.2471742.16439171676950432106.b4-ty@kernel.org> From: Ariel D'Alessandro Message-ID: <6a2ff1f0-ebd9-be6d-9b2c-5704edd7c25d@collabora.com> Date: Fri, 3 Dec 2021 14:25:17 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <163762561675.2471742.16439171676950432106.b4-ty@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 11/22/21 9:00 PM, Mark Brown wrote: > On Fri, 19 Nov 2021 12:32:43 -0300, Ariel D'Alessandro wrote: >> The tlv320aic31xx codec allows using BCLK as the input clock for PLL, >> deriving all the frequencies through a set of divisors. >> >> In this case, codec sysclk is determined by the hwparams sample >> rate/format. So its frequency must be updated from the codec itself when >> these are changed. >> >> [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next > > Thanks! > > [1/5] ASoC: tlv320aic31xx: Fix typo in BCLK clock name > commit: 7016fd940adf2f4d86032339b546c6ecd737062f > [2/5] ASoC: tlv320aic31xx: Add support for pll_r coefficient > commit: 2664b24a8c51c21b24c2b37b7f10d6485c35b7c1 > [3/5] ASoC: tlv320aic31xx: Add divs for bclk as clk_in > commit: 6e6752a9c78738e27bde6da5cefa393b589276bb > [4/5] ASoC: tlv320aic31xx: Handle BCLK set as PLL input configuration > commit: c5d22d5e12e776fee4e346dc098fe51d00c2f983 > [5/5] ASoC: fsl-asoc-card: Support fsl,imx-audio-tlv320aic31xx codec > commit: 8c9b9cfb7724685ce705f511b882f30597596536 > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. Quick question: I gotta send a fix for one of the patches. So, should it be a new incremental patch or I can still send a patchset v2? Also, I sent an incremental update patchset on top of this one: [PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id I could merge altogether on a patchset v2. Please let me know, and sorry the process it's not clear to me :-) Thanks, Ariel