mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
ASoC: tegra-alt: remove LKM hack
Both t210 and t186 lkm_loader.sh script uses common xbar driver now. Hence the temporary fix can be removed now. Bug 200346429 Change-Id: I466ad9ed11b1418262a291aa6a414fa06b9014a2 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1585452 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -23,12 +23,6 @@ obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-utils.o
|
||||
#----------------------------- platform drivers -------------------------------------
|
||||
snd-soc-tegra210-alt-admaif-objs := tegra210_admaif_alt.o
|
||||
snd-soc-tegra210-alt-xbar-objs := tegra210_xbar_alt.o
|
||||
|
||||
# required to fool lkm loader (can be removed later)
|
||||
ifeq ($(CONFIG_SND_SOC_TEGRA210_XBAR_ALT),m)
|
||||
snd-soc-tegra186-alt-xbar-objs := tegra210_xbar_alt.o
|
||||
endif
|
||||
|
||||
snd-soc-tegra210-alt-i2s-objs := tegra210_i2s_alt.o
|
||||
snd-soc-tegra210-alt-dmic-objs := tegra210_dmic_alt.o
|
||||
snd-soc-tegra210-alt-amx-objs := tegra210_amx_alt.o
|
||||
@@ -49,11 +43,6 @@ snd-soc-tegra210-alt-ope-objs := tegra210_ope_alt.o \
|
||||
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_ADMAIF_ALT) += snd-soc-tegra210-alt-admaif.o
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_XBAR_ALT) += snd-soc-tegra210-alt-xbar.o
|
||||
|
||||
ifeq ($(CONFIG_SND_SOC_TEGRA210_XBAR_ALT),m)
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_XBAR_ALT) += snd-soc-tegra186-alt-xbar.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_I2S_ALT) += snd-soc-tegra210-alt-i2s.o
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_DMIC_ALT) += snd-soc-tegra210-alt-dmic.o
|
||||
obj-$(CONFIG_SND_SOC_TEGRA210_AMX_ALT) += snd-soc-tegra210-alt-amx.o
|
||||
|
||||
Reference in New Issue
Block a user