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)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2024 11:37:46 +0000 (11:37 +0000)
commit56ebbd19c2989f7450341f581e2724a149d0f08e
tree5eb2eb4cbbcbbf55a7f69cea68e6e588e866b0d1
parent708181c50b7763c689ecaba5db8075c2d03719c4
ASoC: cs42l43: Correct extraction of data pointer in suspend/resume

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>
sound/soc/codecs/cs42l43.c