Lines Matching refs:afe_priv
75 struct mt8186_afe_private *afe_priv = afe->platform_priv; in get_adda_priv_by_name() local
83 return afe_priv->dai_priv[dai_id]; in get_adda_priv_by_name()
247 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mtk_adda_ul_event() local
248 int mtkaif_dmic = afe_priv->mtkaif_dmic; in mtk_adda_ul_event()
288 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mtk_adda_pad_top_event() local
292 if (afe_priv->mtkaif_protocol == MTKAIF_PROTOCOL_2_CLK_P2) in mtk_adda_pad_top_event()
310 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mtk_adda_mtkaif_cfg_event() local
316 if (afe_priv->mtkaif_protocol == MTKAIF_PROTOCOL_2_CLK_P2) { in mtk_adda_mtkaif_cfg_event()
325 if (afe_priv->mtkaif_chosen_phase[0] < 0 && in mtk_adda_mtkaif_cfg_event()
326 afe_priv->mtkaif_chosen_phase[1] < 0) { in mtk_adda_mtkaif_cfg_event()
330 afe_priv->mtkaif_chosen_phase[0], in mtk_adda_mtkaif_cfg_event()
331 afe_priv->mtkaif_chosen_phase[1]); in mtk_adda_mtkaif_cfg_event()
335 if (afe_priv->mtkaif_chosen_phase[0] < 0 || in mtk_adda_mtkaif_cfg_event()
336 afe_priv->mtkaif_chosen_phase[1] < 0) { in mtk_adda_mtkaif_cfg_event()
340 afe_priv->mtkaif_chosen_phase[0], in mtk_adda_mtkaif_cfg_event()
341 afe_priv->mtkaif_chosen_phase[1]); in mtk_adda_mtkaif_cfg_event()
347 if (afe_priv->mtkaif_phase_cycle[0] >= in mtk_adda_mtkaif_cfg_event()
348 afe_priv->mtkaif_phase_cycle[1]) { in mtk_adda_mtkaif_cfg_event()
350 delay_cycle = afe_priv->mtkaif_phase_cycle[0] - in mtk_adda_mtkaif_cfg_event()
351 afe_priv->mtkaif_phase_cycle[1]; in mtk_adda_mtkaif_cfg_event()
354 delay_cycle = afe_priv->mtkaif_phase_cycle[1] - in mtk_adda_mtkaif_cfg_event()
355 afe_priv->mtkaif_phase_cycle[0]; in mtk_adda_mtkaif_cfg_event()
370 } else if (afe_priv->mtkaif_protocol == MTKAIF_PROTOCOL_2) { in mtk_adda_mtkaif_cfg_event()
415 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mt8186_adda_dmic_get() local
417 ucontrol->value.integer.value[0] = afe_priv->mtkaif_dmic; in mt8186_adda_dmic_get()
427 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mt8186_adda_dmic_set() local
435 if (afe_priv->mtkaif_dmic == dmic_on) in mt8186_adda_dmic_set()
438 afe_priv->mtkaif_dmic = dmic_on; in mt8186_adda_dmic_set()
646 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mtk_dai_adda_hw_params() local
649 struct mtk_afe_adda_priv *adda_priv = afe_priv->dai_priv[id]; in mtk_dai_adda_hw_params()
832 struct mt8186_afe_private *afe_priv = afe->platform_priv; in mt8186_dai_adda_register() local
858 afe_priv->dai_priv[MT8186_DAI_AP_DMIC] = in mt8186_dai_adda_register()
859 afe_priv->dai_priv[MT8186_DAI_ADDA]; in mt8186_dai_adda_register()