From e9f4f691e554000f9decf84da56568d6150badb2 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Nov 2012 19:22:42 +0100 Subject: Initial import (based on Leg6DoF9Muscles model) --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build -- cgit v1.2.3-54-g00ecf on/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2014-07-18 12:31:07 -0500
committerMark Brown <broonie@linaro.org>2014-07-21 13:18:44 +0100
commite295a4a43e90d46d3b16374dc908533bb40a3936 (patch)
tree18f814caafe8f9b6aa1a5cf3059e509b0aea8666 /sound/soc/codecs/tas2552.c
parent5df7f71d5cdfbcbfd7e1b68df9994609d33f7e58 (diff)
ASoC: tas2552: Fix PM sequencing
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. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/tas2552.c')