Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248295
b: refs/heads/master
c: 61a6d07
h: refs/heads/master
i:
  248293: 650ee61
  248291: f0567b2
  248287: f42bb4e
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 18, 2011
1 parent 8141a0c commit 311c163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b33af252fbbf3beb694448da3ba6687022fd602
refs/heads/master: 61a6d0764be43e014d265128c2af1b41e0fc96b0
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-tegra/board-harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static struct platform_device debug_uart = {
static struct tegra_wm8903_platform_data harmony_audio_pdata = {
.gpio_spkr_en = TEGRA_GPIO_SPKR_EN,
.gpio_hp_det = TEGRA_GPIO_HP_DET,
.gpio_hp_mute = -1,
.gpio_int_mic_en = TEGRA_GPIO_INT_MIC_EN,
.gpio_ext_mic_en = TEGRA_GPIO_EXT_MIC_EN,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
struct tegra_wm8903_platform_data {
int gpio_spkr_en;
int gpio_hp_det;
int gpio_hp_mute;
int gpio_int_mic_en;
int gpio_ext_mic_en;
};

0 comments on commit 311c163

Please sign in to comment.