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 DFCDCC61D97 for ; Wed, 22 Nov 2023 16:49:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231747AbjKVQts (ORCPT ); Wed, 22 Nov 2023 11:49:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235122AbjKVQtg (ORCPT ); Wed, 22 Nov 2023 11:49:36 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3787110E6; Wed, 22 Nov 2023 08:49:21 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8454C433CA; Wed, 22 Nov 2023 16:49:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700671760; bh=2eaEiOuJiPmI83K90hZDYAc0bHogYH21CSUhgSS445U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ORj1pfHG383ZfGaFkbkiJgiyVzT867/J3dvmvSCkgZjFKYDqfDi1r0OZVm/DgP6Pc ViDz4j7NPKGSEHCU89SrvFBF26SpBNuujZefGAI3o59WqwP5mDCxAJyQfHf0SsDk8o /7cBjVVVl+wR4K/Bw3d5CMQi3JMdYWoNMT1YjlJ9kR7rv9F7OSDtbCMy4Hu8H5oky0 6VAS0OsnEAZ67VYK/If2gZXlU8RbpjZtBiyaw0NZ8Pzwm33LSt99itdWXw2Kajo1RE +xzRw9Cu3yotvsq/wa0g9kfhYSXWGN6+k5gCsNKBvUkeKUPeFNIR/CWtWM7pgBIeHQ BAglB2rz/XVaQ== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1r5qPv-00031n-0F; Wed, 22 Nov 2023 17:49:35 +0100 Date: Wed, 22 Nov 2023 17:49:35 +0100 From: Johan Hovold To: Greg Kroah-Hartman Cc: Sasha Levin , broonie@kernel.org, perex@perex.cz, tiwai@suse.com, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Srinivas Kandagatla , stable@vger.kernel.org Subject: Re: [RFC PATCH 0/2] ASoC: soc-dai: add flag to mute and unmute stream during trigger. Message-ID: References: <20231027105747.32450-1-srinivas.kandagatla@linaro.org> <2023112225-crop-uncle-9097@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023112225-crop-uncle-9097@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2023 at 04:35:17PM +0000, Greg Kroah-Hartman wrote: > On Wed, Nov 22, 2023 at 04:41:37PM +0100, Johan Hovold wrote: > > These fixes are now in 6.7-rc1 as > > > > f0220575e65a ("ASoC: soc-dai: add flag to mute and unmute stream during trigger") > > This doesn't backport cleanly, can you provide a working backport? Sure, I'll do that tomorrow. > > 805ce81826c8 ("ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag") > > Now queued up, thanks. I don't think this one will build without the former so better to drop it from your queues and I'll send backports of both patches tomorrow. Johan