Searched refs:resume_post (Results 1 – 9 of 9) 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()
144 if (card->resume_post) in snd_soc_card_resume_post()145 ret = card->resume_post(card); in snd_soc_card_resume_post()
450 ops->resume_post = acp3x_es83xx_resume_post; in acp3x_es83xx_init_ops()
441 .resume_post = cht_resume_post,
422 .resume_post = byt_cht_es8316_resume,
864 .resume_post = byt_rt5651_resume,
1656 .resume_post = byt_rt5640_resume,
1040 int (*resume_post)(struct snd_soc_card *card); member