commit | 3f58fd84b0c0bd482151259ee0d2921974e1fe4c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 03 09:35:31 2010 -0400 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Nov 03 12:37:00 2010 -0400 |
tree | 1ba788fc534587a45f6f22e7cb9ece0c2f35b61e | |
parent | 9e3be1edbe5ca57df51140b523168237b3a01f4d [diff] |
ASoC: Convert soc-jack code to use request_any_context_irq() Allow the standard soc-jack GPIO based jack handling to handle the use of GPIOs which may sleep (such as those on GPIO expanders) by converting the code to use request_any_context_irq(). Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>