From f230df8cfec552f1c6b4665525a88693e3cdb6a9 Mon Sep 17 00:00:00 2001 From: Arun Shamanna Lakshmi Date: Thu, 12 Jun 2014 16:42:23 -0700 Subject: [PATCH] ASoC: tegra-alt: Implement generic machine driver The generic machine driver uses 'tegra_asoc_machine' utility to populate the common XBAR DAI links and then appends the platform specific DAI links as supplied through platform data. Bug 1525098 Change-Id: Ib31ca75ccb5477ecc3a1bb46bb8583b9d5f0f40a Signed-off-by: Arun Shamanna Lakshmi Reviewed-on: http://git-master/r/422878 GVS: Gerrit_Virtual_Submit Reviewed-by: Songhee Baek Reviewed-by: Gajanan Bhat Reviewed-by: Sumit Bhattacharya --- sound/soc/tegra-alt/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index d5047d88..a368eb53 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -50,9 +50,7 @@ obj-$(CONFIG_SND_SOC_TEGRA210_SPDIF_ALT) += snd-soc-tegra210-alt-spdif.o # Tegra machine Support snd-soc-tegra-alt-machine-objs := tegra_asoc_machine_alt.o snd-soc-tegra-alt-vcm30t124-objs := tegra_vcm30t124_alt.o -snd-soc-tegra-alt-vcm30t124-b00-objs := tegra_vcm30t124_b00_alt.o snd-soc-tegra-alt-grenada-objs := tegra_grenada_alt.o obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-machine.o obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-vcm30t124.o -obj-$(CONFIG_SND_SOC_TEGRA_VCM30T124_ALT) += snd-soc-tegra-alt-vcm30t124-b00.o obj-$(CONFIG_SND_SOC_TEGRA_GRENADA_ALT) += snd-soc-tegra-alt-grenada.o