You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifdef CONFIG_AUDIO_UART_DEBUG
if (of_find_property(card->dev->of_node,
"qcom,uart-audio-sw-gpio",
NULL)) {
rc = wcd_mbhc_init_gpio(mbhc, mbhc_cfg,
"qcom,uart-audio-sw-gpio",
&mbhc_cfg->uart_audio_switch_gpio,
&mbhc_cfg->uart_audio_switch_gpio_p);
if (rc)
goto err;
#ifdef CONFIG_FASTBOOT_CMD_CTRL_UART
if (!is_early_cons_enabled) {
/*disable uart as it can produce noise when headset was pluged-in*/
msm_cdc_pinctrl_select_active_state(mbhc_cfg->uart_audio_switch_gpio_p);
dev_dbg(mbhc->component->dev, "disable uart in wcd_mbhc_start() \n");
}
#endif
}
#endif
earlycon=msm_geni_serial,0x98c000
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: