Home
last modified time | relevance | path

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

/sound/soc/sof/intel/
Dapl.c93 .post_fw_run = hda_dsp_post_fw_run,
Dtgl.c85 .post_fw_run = hda_dsp_post_fw_run,
Dcnl.c295 .post_fw_run = hda_dsp_post_fw_run,
/sound/soc/sof/
Dops.h97 if (sof_ops(sdev)->post_fw_run) in snd_sof_dsp_post_fw_run()
98 return sof_ops(sdev)->post_fw_run(sdev); in snd_sof_dsp_post_fw_run()
Dsof-priv.h209 int (*post_fw_run)(struct snd_sof_dev *sof_dev); /* optional */ member