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

Commit 9a8de40a 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: Fix MCLK enable/disable issue in wcd9330 driver"

parents 6b1f8ee5 341b6eb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2935,7 +2935,7 @@ int tomtom_codec_mclk_enable(struct snd_soc_codec *codec,
			__func__, enable, dapm);
		return __tomtom_mclk_enable(tomtom, enable);
	} else if (tomtom->codec_ext_clk_en_cb)
		return tomtom_codec_ext_clk_en(codec, true, false);
		return tomtom_codec_ext_clk_en(codec, enable, dapm);
	else {
		dev_err(codec->dev,
			"%s: Cannot turn on MCLK\n",