]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/soc/intel/skylake/skl.h
Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux.git] / sound / soc / intel / skylake / skl.h
index a0709e344d4419f4a37d28636cc3c79f368acd36..36a1b8c5f6d02f4960953baf7fade415d25f8244 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)