Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/sound/soc/
Dplatform.rst40 void (*pcm_free)(struct snd_pcm *);
/Linux-v6.6/sound/soc/sof/
Dsof-audio.h126 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); member
Dipc4-pcm.c841 .pcm_free = sof_ipc4_pcm_free,
Dtopology.c1832 if (ipc_pcm_ops && ipc_pcm_ops->pcm_free) in sof_dai_unload()
1833 ipc_pcm_ops->pcm_free(sdev, spcm); in sof_dai_unload()