asoc: lpass-cdc: Disable clk when core vote fails.
During ssr, when powering down audio path and core vote fails, it directly exits without disabling clock. After adsp is up, it will enable both RX_MCLk and RX_TX_MCLK which causes glitch on headset output. Change-Id: I98d3cdbffa0a5ae1ac4064579a52a29b02d4ae3e Signed-off-by: Deepali Jindal <deepjind@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
02c5a3aca7
当前提交
a7de3376f2
@@ -273,7 +273,6 @@ static int lpass_cdc_va_macro_mclk_enable(
|
||||
dev_err(va_priv->dev,
|
||||
"%s: va request core vote failed\n",
|
||||
__func__);
|
||||
goto exit;
|
||||
}
|
||||
lpass_cdc_clk_rsc_request_clock(va_priv->dev,
|
||||
va_priv->default_clk_id,
|
||||
|
在新工单中引用
屏蔽一个用户