diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 493b3a4c193a..4fb079e14e16 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -385,7 +385,7 @@ struct snd_soc_jack_gpio { | |||
385 | int invert; | 385 | int invert; |
386 | int debounce_time; | 386 | int debounce_time; |
387 | struct snd_soc_jack *jack; | 387 | struct snd_soc_jack *jack; |
388 | struct work_struct work; | 388 | struct delayed_work work; |
389 | 389 | ||
390 | int (*jack_status_check)(void); | 390 | int (*jack_status_check)(void); |
391 | }; | 391 | }; |