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 F2779C4332F for ; Wed, 4 Jan 2023 11:32:45 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5E57B38EA; Wed, 4 Jan 2023 12:31:52 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5E57B38EA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1672831962; bh=v+0G+kQjDPZcgzyLAonltcocpIDs/oeo0yIa+WxMioo=; h=Date:From:To:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=ba9VfUFdj3tL2zgrPvw2UGQXQG5W73drnfOvf12iAoCH6Xe1tdykW6QoU3jle8G+M qMtraYIlYsHU2DYWWySOH8aRXTaIINoAN9MPCHE2D7TBGwb50UCBMbIYwWqYvXSwX/ rXw4pTG2u9iGCtNrelFpZgz3SEBCIR3pwm/Wsuy0= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0D14DF8023A; Wed, 4 Jan 2023 12:31:52 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 24947F8024E; Wed, 4 Jan 2023 12:31:50 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 887E7F8023B for ; Wed, 4 Jan 2023 12:31:43 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 887E7F8023B Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key, unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=jaW9/2IE 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 B0C6FB8162A; Wed, 4 Jan 2023 11:31:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C24DCC433EF; Wed, 4 Jan 2023 11:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672831901; bh=v+0G+kQjDPZcgzyLAonltcocpIDs/oeo0yIa+WxMioo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jaW9/2IEM6Wvyg0dBgFkIqCUmk40O7invRLZNi5z3G6eRQS0M/I8BJCxXeDt6jZu2 itU3Ge1LXKNw1pubUjO1rVPjB3O81IxgjffO85Ushs/3Fno6PE4MU1lJTTrBeHlu29 SvE+gXqm/dD+yOdwidUi09q+SuhjN5JJK/qDuIGU= Date: Wed, 4 Jan 2023 12:31:38 +0100 From: Greg Kroah-Hartman To: Takashi Iwai Subject: Re: Request for cherry-picks for sound (Re: [regression, 5.10.y] Bug 216861) Message-ID: References: <87wn65umye.wl-tiwai@suse.de> <87h6x7r7w6.wl-tiwai@suse.de> <87sfgrpos6.wl-tiwai@suse.de> <87wn62obhm.wl-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wn62obhm.wl-tiwai@suse.de> X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 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: , Cc: Alsa-devel , "regressions@lists.linux.dev" , Thorsten Leemhuis , LKML , stable@vger.kernel.org, Takashi Iwai , Richard Fitzgerald , Mark Brown , =?iso-8859-1?Q?P=C1LFFY_D=E1niel?= , Salvatore Bonaccorso , Sergey Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, Jan 04, 2023 at 11:11:33AM +0100, Takashi Iwai wrote: > Greg, just in case you missed my previous post. > > Could you cherry-pick the following two commits to 5.10.y and 5.15.y > stable trees? > > e8444560b4d9302a511f0996f4cfdf85b628f4ca > ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire > > 636110411ca726f19ef8e87b0be51bb9a4cdef06 > ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio Took a bit of work, but both now queued up, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D6B4810 for ; Wed, 4 Jan 2023 11:31:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C24DCC433EF; Wed, 4 Jan 2023 11:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672831901; bh=v+0G+kQjDPZcgzyLAonltcocpIDs/oeo0yIa+WxMioo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jaW9/2IEM6Wvyg0dBgFkIqCUmk40O7invRLZNi5z3G6eRQS0M/I8BJCxXeDt6jZu2 itU3Ge1LXKNw1pubUjO1rVPjB3O81IxgjffO85Ushs/3Fno6PE4MU1lJTTrBeHlu29 SvE+gXqm/dD+yOdwidUi09q+SuhjN5JJK/qDuIGU= Date: Wed, 4 Jan 2023 12:31:38 +0100 From: Greg Kroah-Hartman To: Takashi Iwai Cc: stable@vger.kernel.org, =?iso-8859-1?Q?P=C1LFFY_D=E1niel?= , Alsa-devel , "regressions@lists.linux.dev" , Mark Brown , LKML , Takashi Iwai , Richard Fitzgerald , Thorsten Leemhuis , Sergey , Salvatore Bonaccorso Subject: Re: Request for cherry-picks for sound (Re: [regression, 5.10.y] Bug 216861) Message-ID: References: <87wn65umye.wl-tiwai@suse.de> <87h6x7r7w6.wl-tiwai@suse.de> <87sfgrpos6.wl-tiwai@suse.de> <87wn62obhm.wl-tiwai@suse.de> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wn62obhm.wl-tiwai@suse.de> On Wed, Jan 04, 2023 at 11:11:33AM +0100, Takashi Iwai wrote: > Greg, just in case you missed my previous post. > > Could you cherry-pick the following two commits to 5.10.y and 5.15.y > stable trees? > > e8444560b4d9302a511f0996f4cfdf85b628f4ca > ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire > > 636110411ca726f19ef8e87b0be51bb9a4cdef06 > ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio Took a bit of work, but both now queued up, thanks. greg k-h