Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsof.h23 struct snd_sof_pdata { struct
24 const struct firmware *fw;
25 const char *name;
26 const char *platform;
28 struct device *dev;
31 size_t fw_offset;
40 void (*sof_probe_complete)(struct device *dev);
43 const struct sof_dev_desc *desc;
46 const char *fw_filename_prefix;
47 const char *fw_filename;
[all …]
/kernel/linux/linux-6.6/include/sound/
Dsof.h63 struct snd_sof_pdata { struct
64 const char *name;
65 const char *platform;
71 unsigned short subsystem_vendor;
72 unsigned short subsystem_device;
73 bool subsystem_id_set;
75 struct device *dev;
84 void (*sof_probe_complete)(struct device *dev);
87 const struct sof_dev_desc *desc;
90 const char *fw_filename_prefix;
[all …]