aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-04-12 13:29:00 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-18 12:54:09 -0400
commit7b33af252fbbf3beb694448da3ba6687022fd602 (patch)
treec0d95f9c8f1f591c3f2500849ffb9017e5ae5698 /sound/soc/tegra
parent4651d5566840e911b14a5052f18ed39558677937 (diff)
ASoC: Tegra: Rename pdev tegra-snd-harmony to tegra-snd-wm8903
Soon, this machine driver will be updated to handle a number of Tegra boards using the WM8903 codec. Rename the platform device in advance to reflect this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r--sound/soc/tegra/harmony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index c3096c3b9e2b..ae168f2446a6 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -50,7 +50,7 @@
50#include "tegra_pcm.h" 50#include "tegra_pcm.h"
51#include "tegra_asoc_utils.h" 51#include "tegra_asoc_utils.h"
52 52
53#define DRV_NAME "tegra-snd-harmony" 53#define DRV_NAME "tegra-snd-wm8903"
54 54
55#define GPIO_SPKR_EN BIT(0) 55#define GPIO_SPKR_EN BIT(0)
56#define GPIO_INT_MIC_EN BIT(1) 56#define GPIO_INT_MIC_EN BIT(1)