Re: [PATCH v6 0/2] Platform driver update to support playback recover after resume

2020-12-18 Thread Mark Brown
On Thu, 17 Dec 2020 13:38:32 +0530, Srinivasa Rao Mandadapu wrote: > This patch set is to add support for playback recover after hard suspend and > resume. > It includes: > 1. Reverting part of previous commit, which is for handling registers invalid > state > after hard suspend. > 2. Adding pm

[PATCH v6 0/2] Platform driver update to support playback recover after resume

2020-12-17 Thread Srinivasa Rao Mandadapu
This patch set is to add support for playback recover after hard suspend and resume. It includes: 1. Reverting part of previous commit, which is for handling registers invalid state after hard suspend. 2. Adding pm ops in component driver and do regcache sync. Changes Since v1 and v2: --