Lines Matching refs:afe_priv
148 struct mt8183_afe_private *afe_priv = afe->platform_priv;
156 if (afe_priv->mtkaif_dmic) {
202 struct mt8183_afe_private *afe_priv = afe->platform_priv;
204 ucontrol->value.integer.value[0] = afe_priv->mtkaif_dmic;
214 struct mt8183_afe_private *afe_priv = afe->platform_priv;
220 afe_priv->mtkaif_dmic = ucontrol->value.integer.value[0];
223 __func__, kcontrol->id.name, afe_priv->mtkaif_dmic);
303 struct mt8183_afe_private *afe_priv = afe->platform_priv;
307 switch (afe_priv->mtkaif_protocol) {
315 if (afe_priv->mtkaif_phase_cycle[0] >=
316 afe_priv->mtkaif_phase_cycle[1]) {
318 delay_cycle = afe_priv->mtkaif_phase_cycle[0] -
319 afe_priv->mtkaif_phase_cycle[1];
322 delay_cycle = afe_priv->mtkaif_phase_cycle[1] -
323 afe_priv->mtkaif_phase_cycle[0];