Skip to content

Commit 2d7c2f9

Browse files
Srinivas-Kandagatlabroonie
authored andcommitted
ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag
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. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20230523165414.14560-1-srinivas.kandagatla@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6e7a6d4 commit 2d7c2f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/wcd938x-sdw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ static const struct regmap_config wcd938x_regmap_config = {
11901190
.readable_reg = wcd938x_readable_register,
11911191
.writeable_reg = wcd938x_writeable_register,
11921192
.volatile_reg = wcd938x_volatile_register,
1193-
.can_multi_write = true,
11941193
};
11951194

11961195
static const struct sdw_slave_ops wcd9380_slave_ops = {

0 commit comments

Comments
 (0)