From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="e+0gVLma" Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [IPv6:2a00:1098:ed:100::25]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6AB511D; Thu, 14 Dec 2023 04:23:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1702556592; bh=UqRmqpx+L/h6JxrFWmQqgif5spnY/NSTCUX559UgFhA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=e+0gVLmalAyHuyZtnP0qlxXRf/NQhDOPFN/UwXwWPN0Fqti/gfhfB7dDIYTMDjvmE KLaAXHgoVSxF7xPxYSXKPHnJWKlzsjvlY/kPL+8pMriafEK4h7fh8BTcSiy5ZeXOhS LhF9x7BHnjj9b6WQ+O1GRXkrn5SX4h3IglgGAG4MVAyGanlkgewW7o1qN4P2l6gcgc iAxhRwfRP7bZXWQh7Q9TcoGtvEnlm15r0ietUg/q9r9A/kZrUn/zny/ZPeANzzT+di gMf9k9Wn+iX+MNO1cmyvVY54NJRPfIc40w4Lr43HlIemROULINW9YRViISn3Vu0i9Y xpIRCbCW4wNkw== Received: from [100.115.223.179] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 1CD6837814A8; Thu, 14 Dec 2023 12:23:11 +0000 (UTC) Message-ID: Date: Thu, 14 Dec 2023 14:23:10 +0200 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 11/11] ASoC: SOF: topology: Add new DAI type entry for SOF_DAI_AMD_BT Content-Language: en-US To: Venkata Prasad Potturu , Mark Brown Cc: Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Pierre-Louis Bossart , Peter Ujfalusi , Bard Liao , Ranjani Sridharan , Daniel Baluta , Kai Vehmanen , Alper Nebi Yasak , Syed Saba Kareem , Kuninori Morimoto , Marian Postevca , Vijendar Mukunda , V sujith kumar Reddy , Mastan Katragadda , Ajit Kumar Pandey , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, sound-open-firmware@alsa-project.org, kernel@collabora.com References: <20231209205351.880797-1-cristian.ciocaltea@collabora.com> <20231209205351.880797-12-cristian.ciocaltea@collabora.com> <318470ce-1631-4c46-b425-755c877dda65@amd.com> <421128f7-6a17-4be9-a72b-272ea4017fbd@collabora.com> <5095ce7b-13bd-4805-b81e-f7565ab41b67@collabora.com> From: Cristian Ciocaltea In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 12/11/23 07:58, Venkata Prasad Potturu wrote: > > On 12/10/23 21:20, Cristian Ciocaltea wrote: >> On 12/10/23 16:01, Mark Brown wrote: >>> On Sun, Dec 10, 2023 at 12:12:53PM +0200, Cristian Ciocaltea wrote: >>>> On 12/10/23 11:51, Venkata Prasad Potturu wrote: >>>>> This should send to SOF git repo for rewiew, once SOF reviewers >>>>> approved >>>>> this, again need to send to broonie git. >>>>> All the changes in sound/soc/sof/ path should go to SOF git. >>>> Unfortunately I'm not familiar with the SOF dev workflow. So it's not >>>> enough to have this patch cc-ed to >>>> sound-open-firmware@alsa-project.org? >>> The SOF people basically do their own thing in github at >>> >>>     https://github.com/thesofproject/linux >>> >>> with a github workflow and submit their patches upstream in batches a >>> few times a release, however my understanding is that their workflow can >>> cope with things going in directly upstream as well. >> Thanks for clarifying, Mark!  That would greatly simplify and speedup >> the whole process, at least for trivial patches like this one. > > Hi Cristian, > > We have created a Pull request in SOF git hub for I2S BT support. > please hold v2 version SOF patches till below PR get's merged. > PR:- https://github.com/thesofproject/linux/pull/4742 Hi Venkata, If this is going to be handled via the github workflow, this patch should be removed from the series. Since there is no dependency on it, I cannot see a reason to put v2 on hold. Do I miss something? Thanks, Cristian