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

Krzysztof Kozlowski posted 2 patches 9 months, 1 week ago
sound/soc/codecs/wsa883x.c | 2 +-
sound/soc/codecs/wsa884x.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] ASoC: codecs: wsa88xx: Correct VI sense channel mask
Posted by Krzysztof Kozlowski 9 months, 1 week ago
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,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/2] ASoC: codecs: wsa88xx: Correct VI sense channel mask
Posted by Mark Brown 8 months, 3 weeks ago
On Wed, 12 Mar 2025 20:24:58 +0100, Krzysztof Kozlowski wrote:
> 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
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: codecs: wsa883x: Correct VI sense channel mask
      commit: ed3b274abc4008efffebf1997968a3f2720a86d3
[2/2] ASoC: codecs: wsa884x: Correct VI sense channel mask
      commit: 060fac202eb8e5c83961f0e0bf6dad8ab6e46643

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark