diff options
| author | Kuninori Morimoto <[email protected]> | 2020-05-28 10:48:55 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2020-05-30 02:11:34 +0100 |
| commit | 934c752c38b751663fe3dc18413db13e73b8b2b2 (patch) | |
| tree | f4589f91ec2fe69ebcd6b95b50aa0e3aa5dcd95b /include | |
| parent | d17b60b2c46750ebfb6ea39a2b02d988b97484eb (diff) | |
ASoC: soc-card: add snd_soc_card_resume_pre()
Card related function should be implemented at soc-card now.
This patch adds it.
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc-card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-card.h b/include/sound/soc-card.h index 55f15120d7db..23490df0f189 100644 --- a/include/sound/soc-card.h +++ b/include/sound/soc-card.h @@ -21,6 +21,7 @@ int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type, int snd_soc_card_suspend_pre(struct snd_soc_card *card); int snd_soc_card_suspend_post(struct snd_soc_card *card); +int snd_soc_card_resume_pre(struct snd_soc_card *card); /* device driver data */ static inline void snd_soc_card_set_drvdata(struct snd_soc_card *card, |