]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs...
authorAlexey Klimov <alexey.klimov@linaro.org>
Wed, 25 Sep 2024 04:38:23 +0000 (05:38 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 25 Sep 2024 13:02:58 +0000 (15:02 +0200)
commite249786b2188107a7c50e7174d35f955a60988a1
tree172d1f3146f5b723129d2efe51d110d92ff512fa
parent09cfc6a532d249a51d3af5022d37ebbe9c3d31f6
ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values

CDC_RX_BCL_VBAT_RF_PROC1 is listed twice and its default value
is 0x2a which is overwriten by its next occurence in rx_defaults[].
The second one should be missing CDC_RX_BCL_VBAT_RF_PROC2 instead
and its default value is expected 0x0.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Link: https://patch.msgid.link/20240925043823.520218-2-alexey.klimov@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/lpass-rx-macro.c