commit | 4c14d78e8ad3bacfe1f70cb49ae17afcd658e368 | [log] [tgz] |
---|---|---|
author | Mark Brown <[email protected]> | Wed Oct 06 15:54:28 2010 -0700 |
committer | Mark Brown <[email protected]> | 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 <[email protected]> Acked-by: Jarkko Nikula <[email protected]> Acked-by: Liam Girdwood <[email protected]>