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
@@ -342,6 +342,19 @@ struct wcd9xxx_pdata *wcd9xxx_populate_dt_data(struct device *dev)
|
||||
goto err_parse_dt_prop;
|
||||
}
|
||||
|
||||
pdata->has_buck_vsel_gpio = of_property_read_bool(dev->of_node,
|
||||
"qcom,has-buck-vsel-gpio");
|
||||
if (pdata->has_buck_vsel_gpio) {
|
||||
pdata->buck_vsel_ctl_np = of_parse_phandle(dev->of_node,
|
||||
"qcom,buck-vsel-gpio-node", 0);
|
||||
if (!pdata->buck_vsel_ctl_np) {
|
||||
dev_err(dev, "%s No entry for %s property in node %s\n",
|
||||
__func__, "qcom,buck-vsel-gpio-node",
|
||||
dev->of_node->full_name);
|
||||
goto err_parse_dt_prop;
|
||||
}
|
||||
}
|
||||
|
||||
if (!(wcd9xxx_read_of_property_u32(dev, "qcom,cdc-mclk-clk-rate",
|
||||
&prop_val)))
|
||||
pdata->mclk_rate = prop_val;
|
||||
|
在新工单中引用
屏蔽一个用户