Home
last modified time | relevance | path

Searched refs:post_fw_run (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/sound/soc/sof/intel/
H A Dskl.c95 sof_skl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_skl_ops_init()
H A Dapl.c92 sof_apl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_apl_ops_init()
H A Dlnl.c118 dsp_ops->post_fw_run = lnl_dsp_post_fw_run; in sof_lnl_set_ops()
H A Dicl.c154 sof_icl_ops.post_fw_run = icl_dsp_post_fw_run; in sof_icl_ops_init()
H A Dtgl.c126 sof_tgl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_tgl_ops_init()
H A Dcnl.c443 sof_cnl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_cnl_ops_init()
H A Dmtl.c731 dsp_ops->post_fw_run = mtl_dsp_post_fw_run; in sof_mtl_set_ops()
/linux-6.15/sound/soc/sof/amd/
H A Dvangogh.c173 sof_vangogh_ops.post_fw_run = sof_vangogh_post_fw_run_delay; in sof_vangogh_ops_init()
/linux-6.15/sound/soc/sof/
H A Dops.h176 if (sof_ops(sdev)->post_fw_run) in snd_sof_dsp_post_fw_run()
177 return sof_ops(sdev)->post_fw_run(sdev); in snd_sof_dsp_post_fw_run()
H A Dsof-priv.h290 int (*post_fw_run)(struct snd_sof_dev *sof_dev); /* optional */ member