From 8bc6cf9eee28f5a3f8d99af372a7ca0bd7d80d16 Mon Sep 17 00:00:00 2001 From: Songhee Baek Date: Thu, 3 Jul 2014 16:59:48 -0700 Subject: [PATCH] ASoC: tegra-alt: adding tegra_machine_hwdep device This change is for adding hwdep device to update AMX/ADX mapping table so user can access AMX/ADX mapping table through hwdep device. Bug 1531057 Change-Id: I3c0053ca6548a05b0a44e30b9d6c4a76f9fc3521 Signed-off-by: Songhee Baek Reviewed-on: http://git-master/r/434526 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Dara Ramesh Reviewed-by: Thomas Cherry --- 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 9a5765dc..a77999ec 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -5,6 +5,7 @@ subdir-ccflags-y := -Werror # Tegra platform Support snd-soc-tegra-alt-pcm-objs := tegra_pcm_alt.o snd-soc-tegra-alt-utils-objs := tegra_asoc_utils_alt.o +snd-soc-tegra-alt-hwdep-objs := tegra_asoc_hwdep_alt.o snd-soc-tegra30-alt-apbif-objs := tegra30_apbif_alt.o snd-soc-tegra30-alt-xbar-objs := tegra30_xbar_alt.o snd-soc-tegra30-alt-i2s-objs := tegra30_i2s_alt.o @@ -29,6 +30,7 @@ snd-soc-tegra210-alt-fpga-clock-objs := ahub_unit_fpga_clock.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-utils.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-pcm.o +obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-hwdep.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra210-alt-fpga-clock.o obj-$(CONFIG_SND_SOC_TEGRA30_APBIF_ALT) += snd-soc-tegra30-alt-apbif.o obj-$(CONFIG_SND_SOC_TEGRA30_XBAR_ALT) += snd-soc-tegra30-alt-xbar.o