Skip to content

Commit

Permalink
ASoC: remove zte zx drivers
Browse files Browse the repository at this point in the history
The zte zx platform is getting removed, so this driver is no
longer needed.

Cc: Jun Nie <jun.nie@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210120162553.21666-3-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Arnd Bergmann authored and Mark Brown committed Jan 20, 2021
1 parent 61fbeb5 commit dc98f1d
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,834 deletions.
30 changes: 0 additions & 30 deletions Documentation/devicetree/bindings/sound/zte,tdm.txt

This file was deleted.

24 changes: 0 additions & 24 deletions Documentation/devicetree/bindings/sound/zte,zx-aud96p22.txt

This file was deleted.

45 changes: 0 additions & 45 deletions Documentation/devicetree/bindings/sound/zte,zx-i2s.txt

This file was deleted.

27 changes: 0 additions & 27 deletions Documentation/devicetree/bindings/sound/zte,zx-spdif.txt

This file was deleted.

1 change: 0 additions & 1 deletion sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ source "sound/soc/uniphier/Kconfig"
source "sound/soc/ux500/Kconfig"
source "sound/soc/xilinx/Kconfig"
source "sound/soc/xtensa/Kconfig"
source "sound/soc/zte/Kconfig"

# Supported codecs
source "sound/soc/codecs/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion sound/soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ obj-$(CONFIG_SND_SOC) += uniphier/
obj-$(CONFIG_SND_SOC) += ux500/
obj-$(CONFIG_SND_SOC) += xilinx/
obj-$(CONFIG_SND_SOC) += xtensa/
obj-$(CONFIG_SND_SOC) += zte/
2 changes: 0 additions & 2 deletions sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ snd-soc-wm9713-objs := wm9713.o
snd-soc-wm-hubs-objs := wm_hubs.o
snd-soc-wsa881x-objs := wsa881x.o
snd-soc-zl38060-objs := zl38060.o
snd-soc-zx-aud96p22-objs := zx_aud96p22.o
# Amp
snd-soc-max9877-objs := max9877.o
snd-soc-max98504-objs := max98504.o
Expand Down Expand Up @@ -616,7 +615,6 @@ obj-$(CONFIG_SND_SOC_WM_ADSP) += snd-soc-wm-adsp.o
obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
obj-$(CONFIG_SND_SOC_WSA881X) += snd-soc-wsa881x.o
obj-$(CONFIG_SND_SOC_ZL38060) += snd-soc-zl38060.o
obj-$(CONFIG_SND_SOC_ZX_AUD96P22) += snd-soc-zx-aud96p22.o

# Amp
obj-$(CONFIG_SND_SOC_MAX9877) += snd-soc-max9877.o
Expand Down
Loading

0 comments on commit dc98f1d

Please sign in to comment.