Home
last modified time | relevance | path

Searched defs:skl_sst (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-sst-ipc.h78 struct skl_sst { struct
79 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 …]
Dskl.h85 struct skl_sst *skl_sst; /* sst skl ctx */ member