projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8412569
)
ASoC: da7213: Add suspend to RAM support
author
Claudiu Beznea
<claudiu.beznea.uj@bp.renesas.com>
Wed, 6 Nov 2024 08:18:19 +0000
(10:18 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 6 Nov 2024 21:14:31 +0000
(21:14 +0000)
Add suspend to RAM support. This uses the already available runtime PM
support.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link:
https://patch.msgid.link/20241106081826.1211088-25-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7213.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/da7213.c
b/sound/soc/codecs/da7213.c
index 4298ca77fa30fab988b31c048ea0d2aded44928c..01c78f8032c4d267ecdfde422489729cc678ba71 100644
(file)
--- a/
sound/soc/codecs/da7213.c
+++ b/
sound/soc/codecs/da7213.c
@@
-2235,6
+2235,7
@@
static int __maybe_unused da7213_runtime_resume(struct device *dev)
static const struct dev_pm_ops da7213_pm = {
SET_RUNTIME_PM_OPS(da7213_runtime_suspend, da7213_runtime_resume, NULL)
+ SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
};
static const struct i2c_device_id da7213_i2c_id[] = {