Re: [PATCH v1 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM

From: Ajay Kumar Nandam

Date: Thu Apr 16 2026 - 07:58:06 EST




On 4/14/2026 5:32 PM, Mark Brown wrote:
On Mon, Apr 13, 2026 at 05:48:22PM +0530, Ajay Kumar Nandam wrote:

@@ -2868,34 +2846,12 @@ static int wsa_macro_runtime_resume(struct device *dev)

+ ret = pm_clk_resume(dev);
+ if (ret)
+ return ret;
- return ret;
+ return regcache_sync(wsa->regmap);
}

This doesn't unwind the clock resume of the regcache sync fails.

ACK, will correct on the next version.

Thanks
Ajay Kumar Nandam