Searched defs:skl_dev (Results 1 – 4 of 4) sorted by relevance
59 struct skl_dev { struct60 struct hda_bus hbus;61 struct pci_dev *pci;63 unsigned int init_done:1; /* delayed init status */64 struct platform_device *dmic_dev;65 struct platform_device *i2s_dev;66 struct platform_device *clk_dev;67 struct snd_soc_component *component;68 struct snd_soc_dai_driver *dais;70 struct nhlt_acpi_table *nhlt; /* nhlt ptr */[all …]
539 static struct sst_dsp_device skl_dev = { variable
512 static struct sst_dsp_device skl_dev = { variable
358 struct sst_dsp_device *skl_dev) in skl_sst_ctx_init()