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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43901C4332F for ; Wed, 4 Jan 2023 11:31:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239107AbjADLbw (ORCPT ); Wed, 4 Jan 2023 06:31:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234497AbjADLbo (ORCPT ); Wed, 4 Jan 2023 06:31:44 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09462EAF; Wed, 4 Jan 2023 03:31:44 -0800 (PST) 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 AD62AB81615; 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 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wn62obhm.wl-tiwai@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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