]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: codecs: va-macro: fix revision checking
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Wed, 29 Oct 2025 14:43:35 +0000 (14:43 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 29 Oct 2025 20:14:45 +0000 (20:14 +0000)
commit20bcda681f8597e86070a4b3b12d1e4f541865d3
tree6eae65e92532c14b568a46f995f773fa44182a38
parent2b4d53eb5cf32c5b7b7616f23f08471fd8b3708e
ASoC: codecs: va-macro: fix revision checking

The revision rework patch seems to have reversed the bit positions for
macro presence in core_id_1 register.

This broken RB1 and Arduino UnoQ audio.
Fix these bit positions to correctly reflect the register definition.

Fixes: 281c97376cfc ("ASoC: codecs: va-macro: Rework version checking")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20251029144336.356816-1-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/lpass-va-macro.c