Searched defs:snd_sof_pdata (Results 1 – 2 of 2) sorted by relevance
23 struct snd_sof_pdata { struct24 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 …]
63 struct snd_sof_pdata { struct64 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 …]