ASoC: cs42l43: Add system suspend ops to disable IRQ
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 6 Feb 2024 11:38:50 +0000 (11:38 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 7 Feb 2024 10:34:21 +0000 (10:34 +0000)
commit64353af49fecbdec1de9aadf2369d54fc00f1899
tree28bd6f583d1c551d333aca718b0c3c9c94e89a64
parentd1722057477a3786b8c0d60c28fc281f6ecf1cc3
ASoC: cs42l43: Add system suspend ops to disable IRQ

The IRQ should be disabled whilst entering and exiting system suspend to
avoid the IRQ handler being called whilst the PM runtime is disabled.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240206113850.719888-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43.c