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

This commit is contained in:
qctecmdr
2019-10-15 00:15:16 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 0 deletions

View File

@@ -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;