Loading sound/soc/codecs/wcd-mbhc-v2.c +3 −0 Original line number Diff line number Diff line Loading @@ -696,7 +696,10 @@ static void wcd_mbhc_find_plug_and_report(struct wcd_mbhc *mbhc, /* * Nothing was reported previously * report a headphone or unsupported * Enable CS for headphone to correct slow insertion of headset. */ snd_soc_update_bits(codec, MSM8X16_WCD_A_ANALOG_MBHC_FSM_CTL, 0x30, 0x30); wcd_mbhc_report_plug(mbhc, 1, SND_JACK_HEADPHONE); } else if (plug_type == MBHC_PLUG_TYPE_GND_MIC_SWAP) { wcd_mbhc_report_plug(mbhc, 1, SND_JACK_UNSUPPORTED); Loading Loading
sound/soc/codecs/wcd-mbhc-v2.c +3 −0 Original line number Diff line number Diff line Loading @@ -696,7 +696,10 @@ static void wcd_mbhc_find_plug_and_report(struct wcd_mbhc *mbhc, /* * Nothing was reported previously * report a headphone or unsupported * Enable CS for headphone to correct slow insertion of headset. */ snd_soc_update_bits(codec, MSM8X16_WCD_A_ANALOG_MBHC_FSM_CTL, 0x30, 0x30); wcd_mbhc_report_plug(mbhc, 1, SND_JACK_HEADPHONE); } else if (plug_type == MBHC_PLUG_TYPE_GND_MIC_SWAP) { wcd_mbhc_report_plug(mbhc, 1, SND_JACK_UNSUPPORTED); Loading