2023-12-11 13:26:22

by Johan Hovold

[permalink] [raw]
Subject: [PATCH stable-6.6 0/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes

This is a backport of the following series:

https://lore.kernel.org/lkml/[email protected]/

which did not build on 6.6 due a rename of the asoc_rtd_to_cpu()
interface.

Johan


Srinivas Kandagatla (2):
ASoC: ops: add correct range check for limiting volume
ASoC: qcom: sc8280xp: Limit speaker digital volumes

sound/soc/qcom/sc8280xp.c | 17 +++++++++++++++++
sound/soc/soc-ops.c | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)

--
2.41.0


2023-12-11 13:41:17

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH stable-6.6 0/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes

On Mon, Dec 11, 2023 at 02:26:06PM +0100, Johan Hovold wrote:
> This is a backport of the following series:
>
> https://lore.kernel.org/lkml/[email protected]/
>
> which did not build on 6.6 due a rename of the asoc_rtd_to_cpu()
> interface.
>
> Johan
>
>
> Srinivas Kandagatla (2):
> ASoC: ops: add correct range check for limiting volume
> ASoC: qcom: sc8280xp: Limit speaker digital volumes
>
> sound/soc/qcom/sc8280xp.c | 17 +++++++++++++++++
> sound/soc/soc-ops.c | 2 +-
> 2 files changed, 18 insertions(+), 1 deletion(-)
>
> --
> 2.41.0
>
>

Now queued up, thanks.

greg k-h