Searched refs:resume_post (Results 1 – 6 of 6) sorted by relevance
65 int (*resume_post)(struct snd_soc_card *card);138 if (ACP_OPS(priv, resume_post))139 ret = ACP_OPS(priv, resume_post)(card);61 int (*resume_post)(struct snd_soc_card *card); global() member
162 card->resume_post = acp_asoc_resume_post; in acp_asoc_probe()
438 .resume_post = cht_resume_post,
462 .resume_post = byt_cht_es8316_resume,
462 ops->resume_post = acp3x_es83xx_resume_post; in acp3x_es83xx_init_ops()
1014 int (*resume_post)(struct snd_soc_card *card); member