Home
last modified time | relevance | path

Searched refs:sof_ptl_set_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/sof/intel/
H A Dptl.c88 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_ptl_set_ops() function
102 EXPORT_SYMBOL_NS(sof_ptl_set_ops, "SND_SOC_SOF_INTEL_PTL");
H A Dptl.h17 int sof_ptl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
H A Dpci-ptl.c26 return sof_ptl_set_ops(sdev, &sof_ptl_ops); in sof_ptl_ops_init()