asoc: wsa881x-analog: remove warnings result in CPU log
Avoid warnings causing RT throttling during SSR. Change-Id: I814da52c9777f42faa3f2b5dc793fc177a85c635 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
d155d7f509
当前提交
33bd3daaa6
@@ -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);
|
||||
|
在新工单中引用
屏蔽一个用户