From 1ce137c34c9ee756e2889c7d52f6f4725342e55d Mon Sep 17 00:00:00 2001 From: Arun Shamanna Lakshmi Date: Fri, 9 May 2014 15:56:19 -0700 Subject: [PATCH] ASoC: tegra-alt: machine driver cleanup contd .. 1. Add utility to initialize xbar related dai links 2. Each machine driver intializes the I2S/codec dai links & appends it to the xbar dai_links exposed by the common utility file. Bug 1508072 Change-Id: I2e92ead05dbc29293758383f6e937b38da0fc7f3 Signed-off-by: Arun Shamanna Lakshmi Reviewed-on: http://git-master/r/407820 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Songhee Baek Reviewed-by: Bharat Nihalani --- sound/soc/tegra-alt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 17db6049..d5047d88 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -48,9 +48,11 @@ obj-$(CONFIG_SND_SOC_TEGRA210_MVC_ALT) += snd-soc-tegra210-alt-mvc.o 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