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