Re: [PATCH] ASoC: fs210x: Make cache write through again during resume

From: Cezary Rojewski

Date: Thu Jul 16 2026 - 04:41:33 EST


On 7/15/2026 10:16 PM, Mark Brown wrote:
The fs210x driver currently puts the regmap cache into cache only mode
during suspend but at no point does it make it writable again, meaning
that device can't work after suspend other than basic powerup which
bypasses the cache.

Mark the cache as writable again when we resync the registers, it's not
clear to me that the cache only mode is needed at all but this is a
fairly minimal change. Since this is setting a flag it's safe to do
even if the cache was not previously in cache only mode.
The first paragraph seems to mark this patch as a good Fixes: candidate. That's just a nitpick though.

Reviewed-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx>