]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: cs42l43: Rename system suspend callback and fix debug print
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 3 Sep 2025 09:45:44 +0000 (10:45 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 4 Sep 2025 12:00:36 +0000 (13:00 +0100)
commit638ca7601f41a3f8368811f3185b06e2547b7a0f
treeec460422d3127f815b36ab2385ce070c67bda3d0
parent1b237f190eb3d36f52dffe07a40b5eb210280e00
ASoC: cs42l43: Rename system suspend callback and fix debug print

There is some confusion around cs42l43_codec_runtime_force_suspend().
This function is the system suspend callback, however the name and
the debug print both use the words runtime. Rename the function to
the simpler cs42l43_codec_suspend() and correct the debug print.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Message-ID: <20250903094549.271068-2-ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43.c