[PATCH 0/2] ASoC: SDCA: Power management fixes for the class function driver

Maciej Strozek posted 2 patches an hour ago
sound/soc/sdca/sdca_class_function.c | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
[PATCH 0/2] ASoC: SDCA: Power management fixes for the class function driver
Posted by Maciej Strozek an hour ago
The first corrects the point at which the suspended flag is set during
system suspend, the second balances the runtime PM reference taken in
probe when one of the later probe steps fails.

Maciej Strozek (2):
  ASoC: SDCA: Set suspended flag after resuming within system suspend
  ASoC: SDCA: Add better pm_runtime error handling in func probe

 sound/soc/sdca/sdca_class_function.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)


base-commit: 782424a17d77ae6de07b490618b523066c528f59
-- 
2.47.3
Re: [PATCH 0/2] ASoC: SDCA: Power management fixes for the class function driver
Posted by Charles Keepax an hour ago
On Thu, Sep 24, 2026 at 10:54:56AM +0100, Maciej Strozek wrote:
> The first corrects the point at which the suspended flag is set during
> system suspend, the second balances the runtime PM reference taken in
> probe when one of the later probe steps fails.
> 
> Maciej Strozek (2):
>   ASoC: SDCA: Set suspended flag after resuming within system suspend
>   ASoC: SDCA: Add better pm_runtime error handling in func probe
> 
>  sound/soc/sdca/sdca_class_function.c | 19 +++++++++++++------
>  1 file changed, 13 insertions(+), 6 deletions(-)
> 
> 
> base-commit: 782424a17d77ae6de07b490618b523066c528f59
> -- 

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles