]> Pileus Git - ~andy/linux/blobdiff - include/sound/soc.h
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / include / sound / soc.h
index 493b3a4c193a2b901d52d437a6a3eea3948650d7..5c3bce83f28ad1be248a35c89d190dcb1504c36e 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);
 };
@@ -442,6 +442,7 @@ struct snd_soc_codec {
        unsigned int suspended:1; /* Codec is in suspend PM state */
        unsigned int probed:1; /* Codec has been probed */
        unsigned int ac97_registered:1; /* Codec has been AC97 registered */
+       unsigned int ac97_created:1; /* Codec has been created by SoC */
        unsigned int sysfs_registered:1; /* codec has been sysfs registered */
 
        /* codec IO */