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

Commit a36315c4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9330: Remove the qfuse default setting"

parents 528a33e3 01b1b39f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7866,8 +7866,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__);