commit | 844970916c8e50f630ea1a6ac82f09c42b12660a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jul 20 13:49:58 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Aug 08 14:30:59 2011 +0900 |
tree | 9b6ce6c046bec61d355aed0b8e482e9ee4ab39e0 | |
parent | a9ba615134ad32254fae84f16e1751854755135c [diff] |
ASoC: Acknowledge WM8996 interrupts before acting on them This closes the small race between a status being read in response to an interrupt and clearing the interrupt, meaning that if the status changes between those periods we might not get a reassertion of the interrupt. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>