From e263ddd04d028b2419a332e2aaaf52d7338cf01c Mon Sep 17 00:00:00 2001 From: Dipesh Gandhi Date: Wed, 18 Sep 2019 13:46:03 +0530 Subject: [PATCH] ASoC: tegra-alt: remove redundant drivers - remove unused code - update hypervisor check condition Bug 200552920 Change-Id: Ie2ca3542d8dc50191f402c9d4c96d56e4c89db7a Signed-off-by: Dipesh Gandhi Reviewed-on: https://git-master.nvidia.com/r/2200432 Reviewed-by: Uday Gupta Tested-by: Uday Gupta Reviewed-by: Mohan Kumar D GVS: Gerrit_Virtual_Submit Reviewed-by: Nitin Pai Reviewed-by: mobile promotions Tested-by: mobile promotions --- sound/soc/tegra-alt/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 22bc2e77..103c3139 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -63,8 +63,6 @@ snd-soc-tegra-alt-t210ref-objs := machine_drivers/tegra_t210ref_alt.o snd-soc-tegra-alt-t186ref-objs := machine_drivers/tegra_t186ref_alt.o snd-soc-tegra-machine-driver-mobile-objs := machine_drivers/tegra_machine_driver_mobile.o snd-soc-tegra-alt-t186ref-p2382-objs := machine_drivers/tegra_t186ref_p2382_alt.o -snd-soc-tegra-alt-t186ref-bali-objs := machine_drivers/tegra_t186ref_bali_alt.o -snd-soc-tegra-alt-t186ref-boden-objs := machine_drivers/tegra_t186ref_boden_alt.o snd-soc-tegra-alt-t186ref-p4573-objs := machine_drivers/tegra_t186ref_p4573_alt.o snd-soc-tegra-alt-t210ref-p2382-objs := machine_drivers/tegra_t210ref_p2382_alt.o \ machine_drivers/tegra_maui_alt.o @@ -76,6 +74,4 @@ obj-$(CONFIG_SND_SOC_TEGRA_T186REF_FPGA_ALT) += snd-soc-tegra-alt-t186ref.o obj-$(CONFIG_SND_SOC_TEGRA_T210REF_MOBILE_ALT) += snd-soc-tegra-machine-driver-mobile.o obj-$(CONFIG_SND_SOC_TEGRA_T186REF_MOBILE_ALT) += snd-soc-tegra-machine-driver-mobile.o obj-$(CONFIG_SND_SOC_TEGRA_T186REF_AUTO_ALT) += snd-soc-tegra-alt-t186ref-p2382.o -obj-$(CONFIG_SND_SOC_TEGRA_T186REF_AUTO_ALT) += snd-soc-tegra-alt-t186ref-bali.o -obj-$(CONFIG_SND_SOC_TEGRA_T186REF_AUTO_ALT) += snd-soc-tegra-alt-t186ref-boden.o obj-$(CONFIG_SND_SOC_TEGRA_T186REF_P4573_ALT) += snd-soc-tegra-alt-t186ref-p4573.o