Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[cascardo/linux.git] / sound / soc / intel / skylake / skl.h
index a0709e3..36a1b8c 100644 (file)
@@ -61,6 +61,7 @@ struct skl {
 
        unsigned int init_failed:1; /* delayed init failed */
        struct platform_device *dmic_dev;
+       struct platform_device *i2s_dev;
 
        void *nhlt; /* nhlt ptr */
        struct skl_sst *skl_sst; /* sst skl ctx */
@@ -68,8 +69,10 @@ struct skl {
        struct skl_dsp_resource resource;
        struct list_head ppl_list;
        struct list_head dapm_path_list;
-
+       const char *fw_name;
        const struct firmware *tplg;
+
+       int supend_active;
 };
 
 #define skl_to_ebus(s) (&(s)->ebus)