diff options
-rw-r--r-- | sound/soc/soc-jack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c index 720060286d19..b903f822d1b2 100644 --- a/sound/soc/soc-jack.c +++ b/sound/soc/soc-jack.c | |||
@@ -342,7 +342,8 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, | |||
342 | gpio_export(gpios[i].gpio, false); | 342 | gpio_export(gpios[i].gpio, false); |
343 | 343 | ||
344 | /* Update initial jack status */ | 344 | /* Update initial jack status */ |
345 | snd_soc_jack_gpio_detect(&gpios[i]); | 345 | schedule_delayed_work(&gpios[i].work, |
346 | msecs_to_jiffies(gpios[i].debounce_time)); | ||
346 | } | 347 | } |
347 | 348 | ||
348 | return 0; | 349 | return 0; |