audio-lnx: Add latest snapshot for audio drivers.
Propagate the changes based on latest snapshot for audio kernel source tree at below cutoff of kernel msm-4.9 - (aed56b2df75 - "drm/msm/sde: update te vsync enable sequence change") Change-Id: I7ed5102146986b81e5cb9ca55432360b3549b60c Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
8c87858751
当前提交
38070be30b
@@ -763,10 +763,6 @@ static int wcd_control_handler(struct device *dev, void *priv_data,
|
||||
case WDSP_EVENT_DLOAD_FAILED:
|
||||
case WDSP_EVENT_POST_SHUTDOWN:
|
||||
|
||||
if (event == WDSP_EVENT_POST_DLOAD_CODE)
|
||||
/* Mark DSP online since code download is complete */
|
||||
wcd_cntl_change_online_state(cntl, 1);
|
||||
|
||||
/* Disable CPAR */
|
||||
wcd_cntl_cpar_ctrl(cntl, false);
|
||||
/* Disable all the clocks */
|
||||
@@ -775,6 +771,10 @@ static int wcd_control_handler(struct device *dev, void *priv_data,
|
||||
dev_err(codec->dev,
|
||||
"%s: Failed to disable clocks, err = %d\n",
|
||||
__func__, ret);
|
||||
|
||||
if (event == WDSP_EVENT_POST_DLOAD_CODE)
|
||||
/* Mark DSP online since code download is complete */
|
||||
wcd_cntl_change_online_state(cntl, 1);
|
||||
break;
|
||||
|
||||
case WDSP_EVENT_PRE_DLOAD_DATA:
|
||||
|
在新工单中引用
屏蔽一个用户