]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Wed, 26 Jan 2022 11:35:47 +0000 (11:35 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 26 Jan 2022 13:31:38 +0000 (13:31 +0000)
commitd50c6280889177abf39277511d4561de18a1d502
tree4f64e1f4c258ec2f9cc8c621d0cc46802b405485
parent2feb580946c55dd5db41bfe2283b4e99c4efb99c
ASoC: codecs: lpass-rx-macro: fix sidetone register offsets

For some reason we ended up with incorrect register offfset calcuations
for sidetone. regmap clearly throw errors when accessing these incorrect
registers as these do not belong to any read/write ranges.
so fix them to point to correct register offsets.

Fixes: 7eb5dcae2648 ("ASoC: codecs: lpass-rx-macro: add iir widgets")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220126113549.8853-3-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/lpass-rx-macro.c