mbox series

[0/2] ASoC: codecs: wsa88xx: Correct VI sense channel mask

Message ID 20250312-asoc-wsa88xx-visense-v1-0-9ca705881122@linaro.org
Headers show
Series ASoC: codecs: wsa88xx: Correct VI sense channel mask | expand

Message

Krzysztof Kozlowski March 12, 2025, 7:24 p.m. UTC
VI sense port on WSA883x and WSA884x speaker takes only one channel, so
correct the mask.  At least this works during my tests on different
devices with both speakers.  With original mask (0x3) I get
noise/garbage.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      ASoC: codecs: wsa883x: Correct VI sense channel mask
      ASoC: codecs: wsa884x: Correct VI sense channel mask

 sound/soc/codecs/wsa883x.c | 2 +-
 sound/soc/codecs/wsa884x.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: eea255893718268e1ab852fb52f70c613d109b99
change-id: 20250312-asoc-wsa88xx-visense-e5cfda65e2bc

Best regards,