diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-12-19 15:45:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-01-22 03:06:18 +0300 |
commit | be2af391cea018eaea61f929eaef9394c78faaf2 (patch) | |
tree | 90a8849a348121fa623370674b805f650f88e830 /sound/soc/codecs/Makefile | |
parent | 0c105997eefd98603796c4e5890615527578eb04 (diff) | |
download | linux-be2af391cea018eaea61f929eaef9394c78faaf2.tar.xz |
ASoC: codecs: Add WCD939x Soundwire devices driver
Add Soundwire Slave driver for the WCD9390/WCD9395 Audio Codec.
The WCD9390/WCD9395 Soundwire devices will be used by the
main WCD9390/WCD9395 Audio Codec driver to access registers
and configure Soundwire RX and TX ports.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://msgid.link/r/20231219-topic-sm8650-upstream-wcd939x-codec-v4-4-1c3bbff2d7ab@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Makefile')
-rw-r--r-- | sound/soc/codecs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index f53baa2b9565..46f78d539278 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -313,6 +313,7 @@ snd-soc-wcd9335-objs := wcd9335.o snd-soc-wcd934x-objs := wcd934x.o snd-soc-wcd938x-objs := wcd938x.o snd-soc-wcd938x-sdw-objs := wcd938x-sdw.o +snd-soc-wcd939x-sdw-objs := wcd939x-sdw.o snd-soc-wl1273-objs := wl1273.o snd-soc-wm-adsp-objs := wm_adsp.o snd-soc-wm0010-objs := wm0010.o |