Lines Matching defs:sof_pdata
185 struct snd_sof_pdata *sof_pdata = sdev->pdata;
186 const struct sof_dev_desc *desc = sof_pdata->desc;
194 sof_pdata->tplg_filename = mach->sof_tplg_filename;
196 sof_pdata->fw_filename = mach->fw_filename;
208 struct snd_sof_pdata *sof_pdata = sdev->pdata;
209 const struct sof_dev_desc *desc = sof_pdata->desc;
222 sof_pdata->machine = mach;
224 if (sof_pdata->subsystem_id_set) {
225 mach->mach_params.subsystem_vendor = sof_pdata->subsystem_vendor;
226 mach->mach_params.subsystem_device = sof_pdata->subsystem_device;
236 sof_pdata->of_machine = of_mach;
256 if (!sof_pdata->tplg_filename)
257 sof_pdata->tplg_filename = desc->nocodec_tplg_filename;
259 sof_pdata->machine = mach;