Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d209514 authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Gerrit - the friendly Code Review server
Browse files

asoc: codecs: bolero: ignore children for pm suspend



Allow bolero macro's child  devices to pm enable
irrespective of state of their parents.

Change-Id: Ie615ea2db097760de75682b5881f71a37a735fa2
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent ae5dca48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3966,6 +3966,7 @@ static int rx_macro_probe(struct platform_device *pdev)
	pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY);
	pm_runtime_use_autosuspend(&pdev->dev);
	pm_runtime_set_suspended(&pdev->dev);
	pm_suspend_ignore_children(&pdev->dev, true);
	pm_runtime_enable(&pdev->dev);

	return 0;
+1 −0
Original line number Diff line number Diff line
@@ -3198,6 +3198,7 @@ static int wsa_macro_probe(struct platform_device *pdev)
	pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY);
	pm_runtime_use_autosuspend(&pdev->dev);
	pm_runtime_set_suspended(&pdev->dev);
	pm_suspend_ignore_children(&pdev->dev, true);
	pm_runtime_enable(&pdev->dev);

	return ret;