diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-05 15:02:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-06 13:08:00 +0000 |
commit | a8644292ea46064f990e4a3c4585bdb294c0d89a (patch) | |
tree | 1d3a6562be3a13d888de73c842545bd9af46e9dd /sound/soc/txx9/Makefile | |
parent | 81a6320da73ca23f44155715ec3d9e92bea4e35a (diff) |
ASoC: txx9: Remove driver
CPU support for TX49xx is getting removed, so remove sound support for it.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Link: https://lore.kernel.org/r/20210105140305.141401-11-tsbogend@alpha.franken.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/txx9/Makefile')
-rw-r--r-- | sound/soc/txx9/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/soc/txx9/Makefile b/sound/soc/txx9/Makefile deleted file mode 100644 index 37ad833eb329..000000000000 --- a/sound/soc/txx9/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# Platform -snd-soc-txx9aclc-objs := txx9aclc.o -snd-soc-txx9aclc-ac97-objs := txx9aclc-ac97.o - -obj-$(CONFIG_SND_SOC_TXX9ACLC) += snd-soc-txx9aclc.o -obj-$(CONFIG_SND_SOC_TXX9ACLC_AC97) += snd-soc-txx9aclc-ac97.o - -# Machine -snd-soc-txx9aclc-generic-objs := txx9aclc-generic.o - -obj-$(CONFIG_SND_SOC_TXX9ACLC_GENERIC) += snd-soc-txx9aclc-generic.o |