summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-08-02 14:45:28 -0600
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:43:20 -0800
commitaad49233554b5db78dc53e58df4a3d581a598aeb (patch)
treefd40fdf30bb5d1025d1ee94f2d873da870e34646 /sound/soc/tegra/Makefile
parent5a97839cfa8ed2de6d30032fbacd619a429578e2 (diff)
ASoC: Tegra: Rename Tegra20 I2S/DAS driver files
Rename these files so they include a specific hardware version in their filenames. The contents is only touched minimally so that git's rename tracking operates correctly; renaming all symbols in the files results in a diff so large that the rename detection fails. Signed-off-by: Stephen Warren <swarren@nvidia.com> Rebase-Id: Reba100e9e3080ff3b1ff455db4dc3ae166468744
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r--sound/soc/tegra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile
index 208c038893f9..c0f0a56a73c5 100644
--- a/sound/soc/tegra/Makefile
+++ b/sound/soc/tegra/Makefile
@@ -1,7 +1,7 @@
# Tegra platform Support
-snd-soc-tegra-das-objs := tegra_das.o
+snd-soc-tegra-das-objs := tegra20_das.o
snd-soc-tegra-pcm-objs := tegra_pcm.o
-snd-soc-tegra-i2s-objs := tegra_i2s.o
+snd-soc-tegra-i2s-objs := tegra20_i2s.o
snd-soc-tegra-spdif-objs := tegra_spdif.o
snd-soc-tegra-utils-objs += tegra_asoc_utils.o