]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs53l30: Add missing regmap use_single config
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 11 May 2021 17:57:14 +0000 (18:57 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 May 2021 12:00:36 +0000 (13:00 +0100)
commitd71346b0badfb1d5a5fb25c70bac84bef4f8d8a9
tree69c105eeb7a7b02c9ebb2858b8e120b12c739b75
parent98b4e58e9851eeadbe75d5cb4ba48ea516d9b276
ASoC: cs53l30: 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: 4fc81bc88ad9 ("ASoC: cs53l30: Minor error paths fixups")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210511175718.15416-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs53l30.c