ASoC: soc-card: add snd_soc_card_suspend_post()
Card related function should be implemented at soc-card now. This patch adds it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/871rn425j3.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
130dc08c82
commit
d17b60b2c4
@@ -631,8 +631,7 @@ int snd_soc_suspend(struct device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
if (card->suspend_post)
|
||||
card->suspend_post(card);
|
||||
snd_soc_card_suspend_post(card);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user