diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-16 07:03:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-16 11:28:59 +0100 |
commit | c98137bfcb4afd4415864258dd8ecf05c2bb5843 (patch) | |
tree | 9f1890a7b599d8490c559a286bdd9d6db4da50ee /sound/soc/codecs/arizona.h | |
parent | Merge remote-tracking branch 'asoc/fix/arizona' into asoc-arizona (diff) | |
download | linux-c98137bfcb4afd4415864258dd8ecf05c2bb5843.tar.xz linux-c98137bfcb4afd4415864258dd8ecf05c2bb5843.zip |
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 697ff6fcaba4..116372c91f5d 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; |