Re: [PATCH] ASoC: cs35l56: Fix hibernate write in runtime resume error path
From: Richard Fitzgerald
Date: Wed Apr 29 2026 - 06:49:22 EST
On 29/04/2026 11:41 am, Richard Fitzgerald wrote:
The error path of cs35l56_runtime_resume_common() should only write
the hibernation sequence if can_hibernate is true.
Something has already gone badly wrong if we ever reach the error
path. But triggering hibernate on hardware that does not support it
is likely to make the situation unrecoverable without a full reboot
necause there might not be any hardware signal to exit hibernate.
Aargh. The typo that I didn't notice until I'd sent the email.
Will fix this in a V2.