Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc-component.h94 void (*pcm_free)(struct snd_soc_component *component, member
/linux/sound/soc/sof/
H A Dsof-audio.h106 * @pcm_free: Function pointer for PCM free that can be used for freeing any
132 void (*pcm_free)(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm); member
H A Dipc4-pcm.c1330 .pcm_free = sof_ipc4_pcm_free,
H A Dtopology.c1882 if (ipc_pcm_ops && ipc_pcm_ops->pcm_free) in sof_link_load()
1883 ipc_pcm_ops->pcm_free(sdev, spcm); in sof_link_load()
/linux/sound/soc/
H A Dsoc-component.c1113 if (component->driver->pcm_free) in snd_soc_pcm_component_free()
1114 component->driver->pcm_free(component, rtd->pcm); in snd_soc_pcm_component_free()
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c1010 .pcm_free = q6apm_dai_pcm_free,