Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad2f6e2e authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati Committed by Matt Wagantall
Browse files

ASoC: msm: Run efuse sense process for wcd9335



If WCD9335 codec is detected, run efuse sense
process once the codec is probed for proper
functioning of the audio use-cases.

Change-Id: I3e3423c289757fd310047b57e7870ed2a93a18cb
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 4c78c1ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1479,7 +1479,8 @@ out_mbhc:
	if (cdc_type == 0) {
		tomtom_event_register(msm8996_codec_event_cb, rtd->codec);
		tomtom_enable_qfuse_sensing(rtd->codec);
	}
	} else
		tasha_enable_efuse_sensing(rtd->codec);

	codec_reg_done = true;
	return 0;