All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] ASoC: codecs: Add WSA881x Smart Speaker amplifier support
@ 2019-08-29 16:35 Srinivas Kandagatla
  2019-08-29 16:35 ` [PATCH v6 1/4] dt-bindings: soundwire: add slave bindings Srinivas Kandagatla
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Srinivas Kandagatla @ 2019-08-29 16:35 UTC (permalink / raw)
  To: broonie, robh+dt, vkoul
  Cc: spapothi, bgoswami, alsa-devel, linux-kernel, lgirdwood,
	devicetree, Srinivas Kandagatla

This patchset adds support to WSA8810/WSA8815 Class-D Smart Speaker
Amplifier which is SoundWire interfaced.
This also adds support to some missing bits in SoundWire bus layer like
Device Tree support.

This patchset along with DB845c machine driver and WCD934x codec driver
has been tested on SDM845 SoC based DragonBoard DB845c with two
WSA8810 speakers.

Most of the code in this driver is rework of Qualcomm downstream drivers
used in Andriod. Credits to Banajit Goswami and Patrick Lai's Team.

TODO:
        Add thermal sensor support in WSA881x.

Thanks,
srini

Changes since v5:
 - updated slave bindings with proper licencing and fixed up examples.

Srinivas Kandagatla (4):
  dt-bindings: soundwire: add slave bindings
  soundwire: core: add device tree support for slave devices
  dt-bindings: ASoC: Add WSA881x bindings
  ASoC: codecs: add wsa881x amplifier support

 .../bindings/sound/qcom,wsa881x.yaml          |   62 +
 .../soundwire/soundwire-controller.yaml       |   82 ++
 drivers/soundwire/bus.c                       |    2 +
 drivers/soundwire/bus.h                       |    1 +
 drivers/soundwire/slave.c                     |   52 +
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/wsa881x.c                    | 1134 +++++++++++++++++
 8 files changed, 1345 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
 create mode 100644 Documentation/devicetree/bindings/soundwire/soundwire-controller.yaml
 create mode 100644 sound/soc/codecs/wsa881x.c

-- 
2.21.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-09-19 11:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29 16:35 [PATCH v6 0/4] ASoC: codecs: Add WSA881x Smart Speaker amplifier support Srinivas Kandagatla
2019-08-29 16:35 ` [PATCH v6 1/4] dt-bindings: soundwire: add slave bindings Srinivas Kandagatla
2019-08-29 19:31   ` Rob Herring
2019-09-04  9:17   ` Vinod Koul
2019-09-04  9:17     ` [alsa-devel] " Vinod Koul
2019-08-29 16:35 ` [PATCH v6 2/4] soundwire: core: add device tree support for slave devices Srinivas Kandagatla
2019-09-04  9:18   ` Vinod Koul
2019-09-04  9:18     ` [alsa-devel] " Vinod Koul
2019-08-29 16:35 ` [PATCH v6 3/4] dt-bindings: ASoC: Add WSA881x bindings Srinivas Kandagatla
2019-08-29 19:32   ` Rob Herring
2019-09-19 11:22   ` Srinivas Kandagatla
2019-09-19 11:22     ` [alsa-devel] " Srinivas Kandagatla
2019-08-29 16:35 ` [PATCH v6 4/4] ASoC: codecs: add wsa881x amplifier support Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.