diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-16 15:03:52 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-16 19:28:59 +0900 |
commit | c98137bfcb4afd4415864258dd8ecf05c2bb5843 (patch) | |
tree | 9f1890a7b599d8490c559a286bdd9d6db4da50ee /sound/soc/codecs/arizona.h | |
parent | f48aa392219a22655417aa0e2d6889291e934c45 (diff) | |
download | op-kernel-dev-c98137bfcb4afd4415864258dd8ecf05c2bb5843.zip op-kernel-dev-c98137bfcb4afd4415864258dd8ecf05c2bb5843.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index 697ff6f..116372c 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h @@ -197,7 +197,6 @@ struct arizona_fll { int id; unsigned int base; unsigned int vco_mult; - struct completion lock; struct completion ok; unsigned int fref; unsigned int fout; |