From: Mark Brown Date: Wed, 25 Jul 2012 22:03:36 +0000 (+0100) Subject: ASoC: wm8994: Ensure we get a notification on startup for jackdet X-Git-Tag: v3.7-rc1~81^2~14^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99af79dff5a609fe886d271bbc91e1a95eca3066;p=pandora-kernel.git ASoC: wm8994: Ensure we get a notification on startup for jackdet Since jackdet only reports deltas it won't generate an interrupt on startup when a jack is not present. This doesn't make a difference to userspace but does mean we don't generate a notification via the internal notifier chains. Fix that by scheduling a work to poll the chip after the clock is enabled. Use an extremely large timeout since there's no urgency and we don't want to report a false negative. Signed-off-by: Mark Brown --- Reading git-diff-tree failed