]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: cs35l56: Increase pm_runtime autosuspend delay
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Tue, 9 Jun 2026 12:29:46 +0000 (13:29 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 9 Jun 2026 16:13:41 +0000 (17:13 +0100)
commit60a1646b38d4d03e4fbdcc2c3fbff8096f5ff406
tree9323579030cfbaa091ee4fb7132b57082a3232de
parent04015d0a985dd068d9dd8b513454fa3436ffd64f
ASoC: cs35l56: Increase pm_runtime autosuspend delay

Increase the pm_runtime autosuspend delay to be longer than the
timeout of the firmware's own inactivity timer.

There is no point attempting to pm_runtime suspend any sooner than
the firmware idle timeout because it would only mean the driver has
to poll waiting for the firmware idle.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260609122946.288103-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/cs35l56.h
sound/soc/codecs/cs35l56.c