[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220629090644.67982-1-srinivas.kandagatla@linaro.org>
Date: Wed, 29 Jun 2022 10:06:40 +0100
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: broonie@...nel.org
Cc: alsa-devel@...a-project.org, lgirdwood@...il.com, perex@...ex.cz,
tiwai@...e.com, linux-kernel@...r.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH 0/4] ASoC: codecs: add WSA883x support
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
--
2.25.1
Powered by blists - more mailing lists