]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: cs35l56: Use regmap_read_bypassed() to wake the device
authorSimon Trimmer <simont@opensource.cirrus.com>
Wed, 7 Aug 2024 14:27:15 +0000 (14:27 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2024 08:17:13 +0000 (09:17 +0100)
commit7063a710830a09b01734be7f4ffd23f0ef72a57e
tree06655afc45528c0bc9508474c96d543716b4afa1
parent1a4f7965016b9685bd158f7f306039ce96d2beb5
ASoC: cs35l56: Use regmap_read_bypassed() to wake the device

Now that regmap_read_bypassed() has been added to the kernel it is
preferable to wake the device with a read rather than a write as the
utility function can be called at a time before the device has been
identified.

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://patch.msgid.link/20240807142715.47077-1-simont@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56-shared.c