summaryrefslogtreecommitdiff
path: root/sound/soc/sof/amd/renoir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sof/amd/renoir.c')
-rw-r--r--sound/soc/sof/amd/renoir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/renoir.c b/sound/soc/sof/amd/renoir.c
index 70190365328c..9261c8bc2236 100644
--- a/sound/soc/sof/amd/renoir.c
+++ b/sound/soc/sof/amd/renoir.c
@@ -173,6 +173,10 @@ struct snd_sof_dsp_ops sof_renoir_ops = {
/* Trace Logger */
.trace_init = acp_sof_trace_init,
.trace_release = acp_sof_trace_release,
+
+ /* PM */
+ .suspend = amd_sof_acp_suspend,
+ .resume = amd_sof_acp_resume,
};
EXPORT_SYMBOL(sof_renoir_ops);