Lines Matching refs:sof_pdata
149 struct snd_sof_pdata *sof_pdata = sdev->pdata; in sof_of_machine_select() local
150 const struct sof_dev_desc *desc = sof_pdata->desc; in sof_of_machine_select()
158 sof_pdata->tplg_filename = mach->sof_tplg_filename; in sof_of_machine_select()
160 sof_pdata->fw_filename = mach->fw_filename; in sof_of_machine_select()
172 struct snd_sof_pdata *sof_pdata = sdev->pdata; in sof_machine_check() local
173 const struct sof_dev_desc *desc = sof_pdata->desc; in sof_machine_check()
186 sof_pdata->machine = mach; in sof_machine_check()
188 if (sof_pdata->subsystem_id_set) { in sof_machine_check()
189 mach->mach_params.subsystem_vendor = sof_pdata->subsystem_vendor; in sof_machine_check()
190 mach->mach_params.subsystem_device = sof_pdata->subsystem_device; in sof_machine_check()
200 sof_pdata->of_machine = of_mach; in sof_machine_check()
220 if (!sof_pdata->tplg_filename) in sof_machine_check()
221 sof_pdata->tplg_filename = desc->nocodec_tplg_filename; in sof_machine_check()
223 sof_pdata->machine = mach; in sof_machine_check()