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

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

Merge "ASoC: wcd9335: Fix compander disable after SSR" into msm-4.9

parents eb73974e a5316f0d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13443,8 +13443,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx)

	/* Class-H Init*/
	wcd_clsh_init(&tasha->clsh_d);
	/* Default HPH Mode to Class-H HiFi */
	tasha->hph_mode = CLS_H_HIFI;

	for (i = 0; i < TASHA_MAX_MICBIAS; i++)
		tasha->micb_ref[i] = 0;
@@ -13452,8 +13450,6 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx)
	tasha_update_reg_defaults(tasha);

	tasha->codec = codec;
	for (i = 0; i < COMPANDER_MAX; i++)
		tasha->comp_enabled[i] = 0;

	dev_dbg(codec->dev, "%s: MCLK Rate = %x\n",
		__func__, control->mclk_rate);