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

Commit 33bd3daa authored by Laxminath Kasam's avatar Laxminath Kasam Committed by Gerrit - the friendly Code Review server
Browse files

asoc: wsa881x-analog: remove warnings result in CPU log



Avoid warnings causing RT throttling during SSR.

Change-Id: I814da52c9777f42faa3f2b5dc793fc177a85c635
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent d155d7f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -550,7 +550,6 @@ static void wsa881x_bandgap_ctrl(struct snd_soc_component *component,
	} else {
		--wsa881x->bg_cnt;
		if (wsa881x->bg_cnt <= 0) {
			WARN_ON(wsa881x->bg_cnt < 0);
			wsa881x->bg_cnt = 0;
			snd_soc_component_update_bits(component,
						WSA881X_TEMP_OP, 0x04, 0x00);
@@ -588,7 +587,6 @@ static void wsa881x_clk_ctrl(struct snd_soc_component *component, bool enable)
	} else {
		--wsa881x->clk_cnt;
		if (wsa881x->clk_cnt <= 0) {
			WARN_ON(wsa881x->clk_cnt < 0);
			wsa881x->clk_cnt = 0;
			snd_soc_component_write(component,
					WSA881X_CDC_ANA_CLK_CTL, 0x00);