Re: [RFC PATCH 0/2] ASoC: soc-dai: add flag to mute and unmute stream during trigger.

From: Johan Hovold
Date: Thu Nov 23 2023 - 04:54:30 EST


On Wed, Nov 22, 2023 at 05:49:35PM +0100, Johan Hovold wrote:
> 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.

I've just posted backports of these commits to 6.6.2 here:

https://lore.kernel.org/lkml/20231123094749.20462-1-johan+linaro@xxxxxxxxxx/

They should apply to 6.5.12 as well.

Turns out we had a conflict with commit 3efcb471f871 ("ASoC: soc-pcm.c:
Make sure DAI parameters cleared if the DAI becomes inactive") which was
just backported to 6.6.2 and 6.5.12.

Johan