Skip to content

Commit 70227e1

Browse files
vijendarmukundabroonie
authored andcommitted
ASoC: amd: ps: enable wake capability for acp pci driver
Enable wake capability for acp pci driver for Pink Sardine platform. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Link: https://lore.kernel.org/r/20231017071939.953343-1-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0863572 commit 70227e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/amd/ps/pci-ps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ static int snd_acp63_probe(struct pci_dev *pci,
650650
goto de_init;
651651
}
652652
skip_pdev_creation:
653+
device_set_wakeup_enable(&pci->dev, true);
653654
pm_runtime_set_autosuspend_delay(&pci->dev, ACP_SUSPEND_DELAY_MS);
654655
pm_runtime_use_autosuspend(&pci->dev);
655656
pm_runtime_put_noidle(&pci->dev);

0 commit comments

Comments
 (0)