Home
last modified time | relevance | path

Searched defs:skl_dev (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl.h59 struct skl_dev { struct
60 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 …]
Dbxt-sst.c539 static struct sst_dsp_device skl_dev = { variable
Dskl-sst.c512 static struct sst_dsp_device skl_dev = { variable
Dskl-sst-utils.c358 struct sst_dsp_device *skl_dev) in skl_sst_ctx_init()