Searched defs:skl_sst (Results 1 – 2 of 2) sorted by relevance
78 struct skl_sst { struct79 struct device *dev;80 struct sst_dsp *dsp;83 wait_queue_head_t boot_wait;84 bool boot_complete;87 wait_queue_head_t mod_load_wait;88 bool mod_load_complete;89 bool mod_load_status;92 struct sst_generic_ipc ipc;95 void (*enable_miscbdcge)(struct device *dev, bool enable);[all …]
85 struct skl_sst *skl_sst; /* sst skl ctx */ member