diff mbox series

ASoC: amd: ps: enable wake capability for acp pci driver

Message ID 20231017071939.953343-1-Vijendar.Mukunda@amd.com (mailing list archive)
State Accepted
Commit 70227e1574e47a759422beec78675f1c19e56e25
Headers show
Series ASoC: amd: ps: enable wake capability for acp pci driver | expand

Commit Message

Vijendar Mukunda Oct. 17, 2023, 7:19 a.m. UTC
Enable wake capability for acp pci driver for Pink Sardine
platform.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/soc/amd/ps/pci-ps.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Oct. 17, 2023, 5:39 p.m. UTC | #1
On Tue, 17 Oct 2023 12:49:36 +0530, Vijendar Mukunda wrote:
> Enable wake capability for acp pci driver for Pink Sardine
> platform.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: amd: ps: enable wake capability for acp pci driver
      commit: 70227e1574e47a759422beec78675f1c19e56e25

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/amd/ps/pci-ps.c b/sound/soc/amd/ps/pci-ps.c
index 7e4c0ec9e56c..5927eef04170 100644
--- a/sound/soc/amd/ps/pci-ps.c
+++ b/sound/soc/amd/ps/pci-ps.c
@@ -650,6 +650,7 @@  static int snd_acp63_probe(struct pci_dev *pci,
 		goto de_init;
 	}
 skip_pdev_creation:
+	device_set_wakeup_enable(&pci->dev, true);
 	pm_runtime_set_autosuspend_delay(&pci->dev, ACP_SUSPEND_DELAY_MS);
 	pm_runtime_use_autosuspend(&pci->dev);
 	pm_runtime_put_noidle(&pci->dev);