Revision 40ba0411074485e2cf1bf8ee0f3db27bdff88394 authored by Srinivas Kandagatla on 23 May 2023, 15:46:04 UTC, committed by Mark Brown on 24 May 2023, 10:20:07 UTC
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.

Fixes: 43b8c7dc85a1 ("ASoC: codecs: add wsa883x amplifier support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230523154605.4284-1-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 011a871
History
File Mode Size
alloc
bindings
kernel
macros
uapi
.gitignore -rw-r--r-- 139 bytes
Makefile -rw-r--r-- 17.8 KB
bindgen_parameters -rw-r--r-- 691 bytes
build_error.rs -rw-r--r-- 1.3 KB
compiler_builtins.rs -rw-r--r-- 1.9 KB
exports.c -rw-r--r-- 862 bytes
helpers.c -rw-r--r-- 4.3 KB

back to top