ASoC: Intel/SOF: simplify S3 resume flows
authorMark Brown <broonie@kernel.org>
Wed, 19 Oct 2022 11:03:33 +0000 (12:03 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 19 Oct 2022 11:03:33 +0000 (12:03 +0100)
commitfd65e099235f99415178484b328cc230ad021d18
treefc86595452287aea5bbec43604c2b059a67fb296
parent67860d2a8e0db7783f680f6f1c1600ed34ed3a97
parent9f68d6e64f51bf62f8d2f7d82a425470e9aa3b24
ASoC: Intel/SOF: simplify S3 resume flows

Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

All Intel drivers for cAVS platforms contain a sequence for S3 resume
which doesn't seem justified nor necessary. Forensic Git investigation
in internal repositories did not provide any rationale for the
implementation, and tests show no impact when those sequences are
removed.

This sequence was identified as problematic during a large HDaudio
cleanup where all programming sequences were revisited before
extensions are added.