Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-afe-fe-dai.h23 int mtk_afe_fe_hw_free(struct snd_pcm_substream *substream,
H A Dmtk-afe-fe-dai.c184 int mtk_afe_fe_hw_free(struct snd_pcm_substream *substream, in mtk_afe_fe_hw_free() function
194 EXPORT_SYMBOL_GPL(mtk_afe_fe_hw_free);
285 .hw_free = mtk_afe_fe_hw_free,
/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c518 .hw_free = mtk_afe_fe_hw_free,
527 .hw_free = mtk_afe_fe_hw_free,
/openbmc/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c440 .hw_free = mtk_afe_fe_hw_free,
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c144 ret = mtk_afe_fe_hw_free(substream, dai); in mt8186_fe_hw_free()
/openbmc/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-pcm.c405 return mtk_afe_fe_hw_free(substream, dai); in mt8195_afe_fe_hw_free()