Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/amd/ps/
H A Dacp63.h311 int (*acp_resume_runtime)(struct device *dev); member
436 if (adata && adata->hw_ops && adata->hw_ops->acp_resume_runtime) in acp_hw_runtime_resume()
437 return ACP_HW_OPS(adata, acp_resume_runtime)(dev); in acp_hw_runtime_resume()
H A Dps-common.c247 hw_ops->acp_resume_runtime = snd_acp63_runtime_resume; in acp63_hw_init_ops()
474 hw_ops->acp_resume_runtime = snd_acp70_runtime_resume; in acp70_hw_init_ops()