Home
last modified time | relevance | path

Searched refs:sof_lnl_set_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/sof/intel/
H A Dlnl.c103 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops) in sof_lnl_set_ops() function
128 EXPORT_SYMBOL_NS(sof_lnl_set_ops, "SND_SOC_SOF_INTEL_LNL");
H A Dlnl.h15 int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
H A Dpci-lnl.c28 return sof_lnl_set_ops(sdev, &sof_lnl_ops); in sof_lnl_ops_init()
H A Dptl.c93 ret = sof_lnl_set_ops(sdev, dsp_ops); in sof_ptl_set_ops()