]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs35l32: Add missing regmap use_single config
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 11 May 2021 17:57:17 +0000 (18:57 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 May 2021 12:00:39 +0000 (13:00 +0100)
commit05bf0d9f0649ae5dda889768c49def6eecb6e90c
tree9def6b29374376d573fe344c4aa65fc9c5df013a
parentd11c7df7ce21790283711c45fa98ee8cbb9f6f50
ASoC: cs35l32: Add missing regmap use_single config

This device requires single register transactions, this will
definely cause problems with the new device ID parsing which uses
regmap_bulk_read but might also show up in the cache sync sometimes.
Add the missing flags to the regmap_config.

Fixes: 283160f1419d ("ASoC: cs35l32: Minor error paths fixups")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210511175718.15416-4-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l32.c