summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-wm8962.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2019-10-09 16:14:38 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:50:59 +0800
commit141eb5a465bd510eec2355cac2ddb1590c1129e3 (patch)
tree175ea35c5510777c90eaa170e6c0f561c76ce0c1 /sound/soc/fsl/imx-wm8962.c
parenteb5f47207d1a5b5db1baf447b7cb948ffae27bc6 (diff)
ASoC: imx-wm8962: change cpu-dai to audio-cpu
change cpu-dai to audio-cpu for alignment with fsl-asoc-card Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'sound/soc/fsl/imx-wm8962.c')
-rw-r--r--sound/soc/fsl/imx-wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index b01218c0e6ba..cb50a6fa48a9 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -591,7 +591,7 @@ static int imx_wm8962_probe(struct platform_device *pdev)
if (of_property_read_bool(pdev->dev.of_node, "codec-master"))
data->is_codec_master = true;
- cpu_np = of_parse_phandle(pdev->dev.of_node, "cpu-dai", 0);
+ cpu_np = of_parse_phandle(pdev->dev.of_node, "audio-cpu", 0);
if (!cpu_np) {
dev_err(&pdev->dev, "cpu dai phandle missing or invalid\n");
ret = -EINVAL;