We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0863572 commit 70227e1Copy full SHA for 70227e1
sound/soc/amd/ps/pci-ps.c
@@ -650,6 +650,7 @@ static int snd_acp63_probe(struct pci_dev *pci,
650
goto de_init;
651
}
652
skip_pdev_creation:
653
+ device_set_wakeup_enable(&pci->dev, true);
654
pm_runtime_set_autosuspend_delay(&pci->dev, ACP_SUSPEND_DELAY_MS);
655
pm_runtime_use_autosuspend(&pci->dev);
656
pm_runtime_put_noidle(&pci->dev);
0 commit comments