ASoC: Intel: Skylake: Correct the runtime handler behaviour
[deliverable/linux.git] / sound / soc / intel / common / sst-dsp-priv.h
index dd79648dfb3a50c079724573bb048d269d08998c..2151652d37b72e33c556b11ea46af565747fd965 100644 (file)
@@ -308,9 +308,13 @@ struct sst_dsp {
 
        /* SKL data */
 
+       /* To allocate CL dma buffers */
+       struct skl_dsp_loader_ops dsp_ops;
        struct skl_dsp_fw_ops fw_ops;
        int sst_state;
+       struct skl_cl_dev cl_dev;
        u32 intr_status;
+       const struct firmware *fw;
 };
 
 /* Size optimised DRAM/IRAM memcpy */
This page took 0.024161 seconds and 5 git commands to generate.