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

Commit 01b1b39f authored by Bhalchandra Gajare's avatar Bhalchandra Gajare
Browse files

ASoC: wcd9330: Remove the qfuse default setting



For codec qfuse sensing, the clk to the codec should be enabled, this
functionality is added during bootup already and the qfuse sense need
not be enabled by default at bootup. Remove the redundant qfuse sense
default.

Change-Id: I7c2ead31af51005b32168569bc09b7f33064b135
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent 8dce4b19
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7831,8 +7831,7 @@ static int tomtom_codec_probe(struct snd_soc_codec *codec)
	else if (wcd9xxx->mclk_rate == TOMTOM_MCLK_CLK_9P6MHZ)
		snd_soc_update_bits(codec, TOMTOM_A_CHIP_CTL, 0x06, 0x2);
	tomtom_codec_init_reg(codec);
	/* set QFuse for LAB FIFO detection */
	snd_soc_write(codec, TOMTOM_A_QFUSE_CTL, 0x3);

	ret = tomtom_handle_pdata(tomtom);
	if (IS_ERR_VALUE(ret)) {
		pr_err("%s: bad pdata\n", __func__);