Skip to content

Commit aa21a7d

Browse files
krzkbroonie
authored andcommitted
ASoC: codecs: wsa884x: Add WSA884x family of speakers
Add drivers for Qualcomm WSA8840/WSA8845/WSA8845H smart speaker amplifiers. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230616115751.392886-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 97ae6f4 commit aa21a7d

4 files changed

Lines changed: 1949 additions & 0 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17163,6 +17163,7 @@ F: sound/soc/codecs/wcd9335.*
1716317163
F: sound/soc/codecs/wcd934x.c
1716417164
F: sound/soc/codecs/wsa881x.c
1716517165
F: sound/soc/codecs/wsa883x.c
17166+
F: sound/soc/codecs/wsa884x.c
1716617167
F: sound/soc/qcom/
1716717168

1716817169
QCOM EMBEDDED USB DEBUGGER (EUD)

sound/soc/codecs/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ config SND_SOC_ALL_CODECS
330330
imply SND_SOC_WM9713
331331
imply SND_SOC_WSA881X
332332
imply SND_SOC_WSA883X
333+
imply SND_SOC_WSA884X
333334
imply SND_SOC_ZL38060
334335
help
335336
Normally ASoC codec drivers are only built if a machine driver which
@@ -2218,6 +2219,15 @@ config SND_SOC_WSA883X
22182219
This enables support for Qualcomm WSA8830/WSA8835 Class-D
22192220
Smart Speaker Amplifier.
22202221

2222+
config SND_SOC_WSA884X
2223+
tristate "WSA884X Codec"
2224+
depends on SOUNDWIRE
2225+
select REGMAP_SOUNDWIRE
2226+
tristate
2227+
help
2228+
This enables support for Qualcomm WSA8840/WSA8845/WSA8845H Class-D
2229+
Smart Speaker Amplifier.
2230+
22212231
config SND_SOC_ZL38060
22222232
tristate "Microsemi ZL38060 Connected Home Audio Processor"
22232233
depends on SPI_MASTER

sound/soc/codecs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ snd-soc-wm9713-objs := wm9713.o
366366
snd-soc-wm-hubs-objs := wm_hubs.o
367367
snd-soc-wsa881x-objs := wsa881x.o
368368
snd-soc-wsa883x-objs := wsa883x.o
369+
snd-soc-wsa884x-objs := wsa884x.o
369370
snd-soc-zl38060-objs := zl38060.o
370371
# Amp
371372
snd-soc-max9877-objs := max9877.o
@@ -747,6 +748,7 @@ obj-$(CONFIG_SND_SOC_WM_ADSP) += snd-soc-wm-adsp.o
747748
obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
748749
obj-$(CONFIG_SND_SOC_WSA881X) += snd-soc-wsa881x.o
749750
obj-$(CONFIG_SND_SOC_WSA883X) += snd-soc-wsa883x.o
751+
obj-$(CONFIG_SND_SOC_WSA884X) += snd-soc-wsa884x.o
750752
obj-$(CONFIG_SND_SOC_ZL38060) += snd-soc-zl38060.o
751753

752754
# Amp

0 commit comments

Comments
 (0)