commit | 11e16eb365f4f6979cfcb2a2d379338b383590d9 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 03 14:45:07 2010 -0400 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 03 16:16:48 2010 -0400 |
tree | 7f8010b876edbb58324bf4b8949728541a8cd366 | |
parent | 7b0f42b59a01a2cc563c5f8670133b819e5c9895 [diff] |
ASoC: Use pm_wakeup_event() in WM8962 jack detection Ensure that the system does not suspend while we process a WM8962 jack event by using pm_wakeup_event() to block the suspend while we're waiting for the jack to settle. Use a slightly longer timeout than the jack waits to allow for other stuff to take over and delays in scheduling. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>