]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/sound/soc.h
ASoC: Use delayed work for debounce of GPIO based jacks
[net-next-2.6.git] / include / sound / soc.h
index 493b3a4c193a2b901d52d437a6a3eea3948650d7..4fb079e14e16bc347181f5c6e947ec197af8645b 100644 (file)
@@ -385,7 +385,7 @@ struct snd_soc_jack_gpio {
        int invert;
        int debounce_time;
        struct snd_soc_jack *jack;
-       struct work_struct work;
+       struct delayed_work work;
 
        int (*jack_status_check)(void);
 };