]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: cs42l43: Correct extraction of data pointer in suspend/resume
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 26 Mar 2024 10:54:34 +0000 (10:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:38:09 +0000 (16:38 +0200)
commitda9f9c5f11d38f3f8492fa43de6668ebcfc45b7a
tree90db1a15addfca8f34fe613ec8b7aee7e0330b00
parent65efeec07c8eae47243dc4529dd0b75c81618e7a
ASoC: cs42l43: Correct extraction of data pointer in suspend/resume

[ Upstream commit 56ebbd19c2989f7450341f581e2724a149d0f08e ]

The current code is pulling the wrong pointer causing it to disable the
wrong IRQ. Correct the code to pull the correct cs42l43 core data
pointer.

Fixes: 64353af49fec ("ASoC: cs42l43: Add system suspend ops to disable IRQ")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://msgid.link/r/20240326105434.852907-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/cs42l43.c