Searched refs:pcm_free (Results 1 – 3 of 3) sorted by relevance
132 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); member
1319 .pcm_free = sof_ipc4_pcm_free,
1857 if (ipc_pcm_ops && ipc_pcm_ops->pcm_free) in sof_dai_unload()1858 ipc_pcm_ops->pcm_free(sdev, spcm); in sof_dai_unload()