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

Commit 6a164b94 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: codecs: bolero: ignore children for pm suspend"

parents f1385241 3d209514
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4042,6 +4042,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
@@ -3199,6 +3199,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;