]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: ti: davinci-mcasp: Add system suspend/resume support
authorSen Wang <sen@ti.com>
Wed, 11 Feb 2026 22:10:01 +0000 (16:10 -0600)
committerMark Brown <broonie@kernel.org>
Sun, 22 Feb 2026 23:52:22 +0000 (23:52 +0000)
commit5879521cb558871472b97c4744dbe634a4286f0e
treefdbbf8c6eb04fcbba591c88c26d6c77ba46bcfd1
parent07c774dd64ba0c605dbf844132122e3edbdbea93
ASoC: ti: davinci-mcasp: Add system suspend/resume support

The McASP driver supports runtime PM callbacks for register save/restore
during device idle, but doesn't provide system suspend/resume callbacks.
This causes audio to fail to resume after system suspend.

Since the driver already handles runtime suspend & resume, we can reuse
existing runtime PM logics.

Signed-off-by: Sen Wang <sen@ti.com>
Link: https://patch.msgid.link/20260211221001.155843-1-sen@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/davinci-mcasp.c