Home
last modified time | relevance | path

Searched refs:acp_suspend_runtime (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/amd/ps/
H A Dacp63.h310 int (*acp_suspend_runtime)(struct device *dev); member
427 if (adata && adata->hw_ops && adata->hw_ops->acp_suspend_runtime) in acp_hw_suspend_runtime()
428 return ACP_HW_OPS(adata, acp_suspend_runtime)(dev); in acp_hw_suspend_runtime()
H A Dps-common.c246 hw_ops->acp_suspend_runtime = snd_acp63_suspend; in acp63_hw_init_ops()
473 hw_ops->acp_suspend_runtime = snd_acp70_suspend; in acp70_hw_init_ops()