23 May
2023
23 May
'23
6:55 p.m.
On Tue, May 23, 2023 at 04:46:04PM +0100, Srinivas Kandagatla wrote:
regmap-sdw does not support multi register writes, so there is no point in setting this flag. This also leads to incorrect programming of WSA codecs with regmap_multi_reg_write() call.
This invalid configuration should have been rejected by regmap-sdw.
Does the CODEC support mulitple writes? If so it seems better to leave the flag set and just do the appropriate fix in the regmap code until such time as it's updated to be able to exercise it.