Lines Matching refs:hw_free
902 !component->driver->ops->hw_free) in soc_pcm_components_hw_free()
905 component->driver->ops->hw_free(substream); in soc_pcm_components_hw_free()
1014 if (cpu_dai->driver->ops->hw_free) in soc_pcm_hw_params()
1015 cpu_dai->driver->ops->hw_free(substream, cpu_dai); in soc_pcm_hw_params()
1023 if (codec_dai->driver->ops->hw_free) in soc_pcm_hw_params()
1024 codec_dai->driver->ops->hw_free(substream, codec_dai); in soc_pcm_hw_params()
1028 if (rtd->dai_link->ops->hw_free) in soc_pcm_hw_params()
1029 rtd->dai_link->ops->hw_free(substream); in soc_pcm_hw_params()
1073 if (rtd->dai_link->ops->hw_free) in soc_pcm_hw_free()
1074 rtd->dai_link->ops->hw_free(substream); in soc_pcm_hw_free()
1082 if (codec_dai->driver->ops->hw_free) in soc_pcm_hw_free()
1083 codec_dai->driver->ops->hw_free(substream, codec_dai); in soc_pcm_hw_free()
1086 if (cpu_dai->driver->ops->hw_free) in soc_pcm_hw_free()
1087 cpu_dai->driver->ops->hw_free(substream, cpu_dai); in soc_pcm_hw_free()
2609 goto hw_free; in dpcm_run_update_startup()
2627 goto hw_free; in dpcm_run_update_startup()
2637 goto hw_free; in dpcm_run_update_startup()
2643 hw_free: in dpcm_run_update_startup()
3114 rtd->ops.hw_free = dpcm_fe_dai_hw_free; in soc_new_pcm()
3123 rtd->ops.hw_free = soc_pcm_hw_free; in soc_new_pcm()