Re: [PATCH 1/2] ASoC: tas2552: Fix PM sequencing

2014-07-21 Thread Murphy, Dan
Mark On 07/21/2014 07:19 AM, Mark Brown wrote: > On Fri, Jul 18, 2014 at 12:31:07PM -0500, Dan Murphy wrote: >> In the pm suspend/resume it is better >> to disable the GPIO after the regmap_cache >> setting calls so that if the call is interrupted >> the new reg values will be cached and set on re

Re: [PATCH 1/2] ASoC: tas2552: Fix PM sequencing

2014-07-21 Thread Mark Brown
On Fri, Jul 18, 2014 at 12:31:07PM -0500, Dan Murphy wrote: > In the pm suspend/resume it is better > to disable the GPIO after the regmap_cache > setting calls so that if the call is interrupted > the new reg values will be cached and set on resume. > > Also add pm_runtime_put in the remove call.