commit | 4c14d78e8ad3bacfe1f70cb49ae17afcd658e368 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Oct 06 15:54:28 2010 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Oct 07 12:58:56 2010 -0700 |
tree | ca487b5abebf8ce0b587434b682070c242e718ea | |
parent | de535a5be53a06738409538c471a10a9de357bdd [diff] |
ASoC: Use delayed work for debounce of GPIO based jacks Rather than block the workqueue by sleeping to do the debounce use delayed work to implement the debounce time. This should also means that we extend the debounce time on each new bounce, potentially allowing shorter debounce times for clean insertions. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Jarkko Nikula <jhnikula@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>