ASoC: Intel: Skylake: Update DMIC DAIs and capabilities
[deliverable/linux.git] / sound / soc / intel / skylake / skl.h
index dd2e79ae45a8e6294c2766ef5eff7f4fac37befe..774c29cf84dc53890e42abc072863a076dfa4fee 100644 (file)
@@ -61,13 +61,15 @@ 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 */
 
        struct skl_dsp_resource resource;
        struct list_head ppl_list;
-       struct list_head dapm_path_list;
+
+       const char *fw_name;
 };
 
 #define skl_to_ebus(s) (&(s)->ebus)
This page took 0.024196 seconds and 5 git commands to generate.