ASoC: cs42l73: Add missing regmap use_single config
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 11 May 2021 17:57:15 +0000 (18:57 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 May 2021 12:00:37 +0000 (13:00 +0100)
commit27fb585169024440c1b358da35499fa578d803cd
treef263c4b25b4c7155efcbc231036d7ffdfdb5b5ea
parent96f685974609d4c315669ef33d55dbc43996491e
ASoC: cs42l73: 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: 26495252fe0d ("ASoC: cs42l73: Minor error paths fixups")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210511175718.15416-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l73.c