aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/arizona.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 01:03:52 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 05:28:59 -0500
commitc98137bfcb4afd4415864258dd8ecf05c2bb5843 (patch)
tree9f1890a7b599d8490c559a286bdd9d6db4da50ee /sound/soc/codecs/arizona.h
parentf48aa392219a22655417aa0e2d6889291e934c45 (diff)
ASoC: arizona: Don't request FLL lock IRQ
We only log the result and since the interrupt triggers on loss of lock during shutdown this may lead to spurious interrupts during shutdown delaying the process. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r--sound/soc/codecs/arizona.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h
index 697ff6fcaba4..116372c91f5d 100644
--- a/sound/soc/codecs/arizona.h
+++ b/sound/soc/codecs/arizona.h
@@ -197,7 +197,6 @@ struct arizona_fll {
197 int id; 197 int id;
198 unsigned int base; 198 unsigned int base;
199 unsigned int vco_mult; 199 unsigned int vco_mult;
200 struct completion lock;
201 struct completion ok; 200 struct completion ok;
202 unsigned int fref; 201 unsigned int fref;
203 unsigned int fout; 202 unsigned int fout;