mbox series

[0/4] ASoC: codecs: add WSA883x support

Message ID 20220629090644.67982-1-srinivas.kandagatla@linaro.org (mailing list archive)
Headers show
Series ASoC: codecs: add WSA883x support | expand

Message

Srinivas Kandagatla June 29, 2022, 9:06 a.m. UTC
This patchset adds support for WSA883x smart speaker amplifier codec
connected via SoundWire. This codec also has a temperature sensor used
for speaker protection, support for this is not added yet.

Most of the code is derived from Qualcomm downstream msm-5.10 kernel.
Thanks to Patrick Lai's Team.

This codec is tested on SM8450 MTP.

Thanks,
Srini

Srinivas Kandagatla (4):
  ASoC: dt-bindings: Add WSA883x bindings
  ASoC: codecs: add wsa883x amplifier support
  ASoC: codecs: wsa883x: add control, dapm widgets and map
  MAINTAINERS: add ASoC Qualcomm codecs

 .../bindings/sound/qcom,wsa883x.yaml          |   74 +
 MAINTAINERS                                   |    4 +
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/wsa883x.c                    | 1498 +++++++++++++++++
 5 files changed, 1588 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/qcom,wsa883x.yaml
 create mode 100644 sound/soc/codecs/wsa883x.c

Comments

Mark Brown June 29, 2022, 2:44 p.m. UTC | #1
On Wed, 29 Jun 2022 10:06:40 +0100, Srinivas Kandagatla wrote:
> This patchset adds support for WSA883x smart speaker amplifier codec
> connected via SoundWire. This codec also has a temperature sensor used
> for speaker protection, support for this is not added yet.
> 
> Most of the code is derived from Qualcomm downstream msm-5.10 kernel.
> Thanks to Patrick Lai's Team.
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: dt-bindings: Add WSA883x bindings
      commit: 16e2f8a4e9d5e4c7653ee774d9377d602070b16e
[2/4] ASoC: codecs: add wsa883x amplifier support
      commit: 43b8c7dc85a14f36048a27bb6c627fd49144a8d1
[4/4] MAINTAINERS: add ASoC Qualcomm codecs
      commit: a7b028e4252bc1e8b5646657fd45a68792826c23

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