Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248294
b: refs/heads/master
c: 7b33af2
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 18, 2011
1 parent 650ee61 commit 8141a0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4651d5566840e911b14a5052f18ed39558677937
refs/heads/master: 7b33af252fbbf3beb694448da3ba6687022fd602
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/board-harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static struct tegra_wm8903_platform_data harmony_audio_pdata = {
};

static struct platform_device harmony_audio_device = {
.name = "tegra-snd-harmony",
.name = "tegra-snd-wm8903",
.id = 0,
.dev = {
.platform_data = &harmony_audio_pdata,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/tegra/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "tegra_pcm.h"
#include "tegra_asoc_utils.h"

#define DRV_NAME "tegra-snd-harmony"
#define DRV_NAME "tegra-snd-wm8903"

#define GPIO_SPKR_EN BIT(0)
#define GPIO_INT_MIC_EN BIT(1)
Expand Down

0 comments on commit 8141a0c

Please sign in to comment.