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

Commit 457ac568 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: re-set micb_ref to zero post SSR"

parents 929d55be b9f5c5f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11718,6 +11718,9 @@ static int tasha_post_reset_cb(struct wcd9xxx *wcd9xxx)
	/* 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;

	tasha_update_reg_defaults(tasha);

	tasha->codec = codec;