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

Commit 8aaeedc6 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: msm8996: Remove efuse sense for wcd9335 from machine driver



Efuse sense for wcd9335 codec is handled in codec driver. Change
removes efuse sense functionality from 8996 machine driver.

Change-Id: I98d8980a7a3bdb09123dc8f2f259f7bf760964fc
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent fa7e1b7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1751,7 +1751,6 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
		tomtom_enable_qfuse_sensing(rtd->codec);
	} else {
		tasha_event_register(msm8996_tasha_codec_event_cb, rtd->codec);
		tasha_enable_efuse_sensing(rtd->codec);
		if (aux_dev_type == WSA8810)
			tasha_set_spkr_mode(rtd->codec, SPKR_MODE_1);
	}