Searched refs:resume_post (Results 1 – 3 of 3) sorted by relevance
61 int (*resume_post)(struct snd_soc_card *card); member134 if (ACP_OPS(priv, resume_post)) in acp_ops_resume_post()135 ret = ACP_OPS(priv, resume_post)(card); in acp_ops_resume_post()
162 card->resume_post = acp_asoc_resume_post; in acp_asoc_probe()
442 .resume_post = cht_resume_post,