summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/tegra/Makefile4
-rw-r--r--sound/soc/tegra/tegra20_das.c (renamed from sound/soc/tegra/tegra_das.c)4
-rw-r--r--sound/soc/tegra/tegra20_das.h (renamed from sound/soc/tegra/tegra_das.h)2
-rw-r--r--sound/soc/tegra/tegra20_i2s.c (renamed from sound/soc/tegra/tegra_i2s.c)6
-rw-r--r--sound/soc/tegra/tegra20_i2s.h (renamed from sound/soc/tegra/tegra_i2s.h)2
5 files changed, 9 insertions, 9 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
diff --git a/sound/soc/tegra/tegra_das.c b/sound/soc/tegra/tegra20_das.c
index 9f24ef73f2cb..f20457d1dfb9 100644
--- a/sound/soc/tegra/tegra_das.c
+++ b/sound/soc/tegra/tegra20_das.c
@@ -1,5 +1,5 @@
/*
- * tegra_das.c - Tegra DAS driver
+ * tegra20_das.c - Tegra20 DAS driver
*
* Author: Stephen Warren <swarren@nvidia.com>
* Copyright (C) 2010 - NVIDIA, Inc.
@@ -29,7 +29,7 @@
#include <linux/io.h>
#include <mach/iomap.h>
#include <sound/soc.h>
-#include "tegra_das.h"
+#include "tegra20_das.h"
#define DRV_NAME "tegra-das"
diff --git a/sound/soc/tegra/tegra_das.h b/sound/soc/tegra/tegra20_das.h
index 2c96c7b3c459..5b18c57bd717 100644
--- a/sound/soc/tegra/tegra_das.h
+++ b/sound/soc/tegra/tegra20_das.h
@@ -1,5 +1,5 @@
/*
- * tegra_das.h - Definitions for Tegra DAS driver
+ * tegra20_das.h - Definitions for Tegra20 DAS driver
*
* Author: Stephen Warren <swarren@nvidia.com>
* Copyright (C) 2010 - NVIDIA, Inc.
diff --git a/sound/soc/tegra/tegra_i2s.c b/sound/soc/tegra/tegra20_i2s.c
index e178b46af28d..7571912e30ba 100644
--- a/sound/soc/tegra/tegra_i2s.c
+++ b/sound/soc/tegra/tegra20_i2s.c
@@ -1,5 +1,5 @@
/*
- * tegra_i2s.c - Tegra I2S driver
+ * tegra20_i2s.c - Tegra20 I2S driver
*
* Author: Stephen Warren <swarren@nvidia.com>
* Copyright (C) 2010 - NVIDIA, Inc.
@@ -42,8 +42,8 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include "tegra_das.h"
-#include "tegra_i2s.h"
+#include "tegra20_das.h"
+#include "tegra20_i2s.h"
#define DRV_NAME "tegra-i2s"
diff --git a/sound/soc/tegra/tegra_i2s.h b/sound/soc/tegra/tegra20_i2s.h
index 2b38a096f46c..623450c4f7ca 100644
--- a/sound/soc/tegra/tegra_i2s.h
+++ b/sound/soc/tegra/tegra20_i2s.h
@@ -1,5 +1,5 @@
/*
- * tegra_i2s.h - Definitions for Tegra I2S driver
+ * tegra20_i2s.h - Definitions for Tegra20 I2S driver
*
* Author: Stephen Warren <swarren@nvidia.com>
* Copyright (C) 2010 - NVIDIA, Inc.