As per design flow, set the ACP_PME_EN to 1 during acp init sequence. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@xxxxxxx> --- sound/soc/amd/acp70/pci-acp70.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/amd/acp70/pci-acp70.c b/sound/soc/amd/acp70/pci-acp70.c index 79b0ab96217b..e7da59a5eae5 100644 --- a/sound/soc/amd/acp70/pci-acp70.c +++ b/sound/soc/amd/acp70/pci-acp70.c @@ -97,6 +97,7 @@ static int acp70_init(void __iomem *acp_base, struct device *dev) } writel(0, acp_base + ACP_ZSC_DSP_CTRL); acp70_enable_interrupts(acp_base); + writel(0x1, acp_base + ACP_PME_EN); return 0; } -- 2.34.1