wcd939x-usbss: update AUDIO mode for ctype GND_MIC swap

update AUDIO mode to FSM when connection type is GND_MIC
Swap.

Change-Id: I7cc1b065ce18c1bd6024ece1148784b0d9f5af2b
Signed-off-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
This commit is contained in:
Prasad Kumpatla 2022-11-29 11:37:12 +05:30 committed by Gerrit - the friendly Code Review server
parent 95442d514e
commit 93ed8096a8

View File

@ -324,6 +324,8 @@ int wcd_usbss_switch_update(enum wcd_usbss_cable_types ctype,
case WCD_USBSS_GND_MIC_SWAP_AATC:
dev_info(wcd_usbss_ctxt_->dev,
"%s: GND MIC Swap register updates..\n", __func__);
/* for GND MIC Swap, change mode to FSM */
audio_fsm_mode = WCD_USBSS_AUDIO_FSM;
/* Disable all switches */
regmap_update_bits(wcd_usbss_ctxt_->regmap,
WCD_USBSS_SWITCH_SETTINGS_ENABLE, 0x7F, 0x00);