Browse Source

ASoC: wsa883x: Update the handle for event notification

Update the parent handle for event notification to receive
event notification from digital codec.

Change-Id: Ia67814eee4e0a4703c2fde6db7942757bcc2ba2d
Signed-off-by: Sudheer Papothi <[email protected]>
Sudheer Papothi 4 years ago
parent
commit
9f2aca3bfc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      asoc/codecs/wsa883x/wsa883x.c

+ 3 - 0
asoc/codecs/wsa883x/wsa883x.c

@@ -1765,6 +1765,9 @@ static int wsa883x_swr_probe(struct swr_device *pdev)
 
 	wsa883x->parent_np = of_parse_phandle(pdev->dev.of_node,
 					      "qcom,bolero-handle", 0);
+	if (!wsa883x->parent_np)
+		wsa883x->parent_np = of_parse_phandle(pdev->dev.of_node,
+					      "qcom,lpass-cdc-handle", 0);
 	if (wsa883x->parent_np) {
 		wsa883x->parent_dev =
 				of_find_device_by_node(wsa883x->parent_np);