ASoC: cs35l56: Add system suspend handling
authorMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 18:59:27 +0000 (19:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 18:59:27 +0000 (19:59 +0100)
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

This set of patches adds handling for system suspend.
Patches 1..4 make some code changes that simplify the
suspend implementation, mainly to avoid race conditions.

There are two seperate aspects to suspend, and these have
been done as two patches:
- the main suspend-resume handling,
- re-loading the firmware if necessary after resume.


Trivial merge