Lines Matching refs:ops
45 .ops = &sof_apl_ops,
63 .ops = &sof_apl_ops,
91 .ops = &sof_tng_ops,
109 .ops = &sof_cnl_ops,
127 .ops = &sof_cnl_ops,
147 .ops = &sof_cnl_ops,
165 .ops = &sof_cnl_ops,
183 .ops = &sof_skl_ops,
201 .ops = &sof_skl_ops,
219 .ops = &sof_cnl_ops,
237 .ops = &sof_cnl_ops,
277 const struct snd_sof_dsp_ops *ops; in sof_pci_probe() local
283 ops = desc->ops; in sof_pci_probe()
284 if (!ops) { in sof_pci_probe()
309 ret = sof_nocodec_setup(dev, sof_pdata, mach, desc, ops); in sof_pci_probe()