Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260693
b: refs/heads/master
c: 1a4cdec
h: refs/heads/master
i:
  260691: fbe97d6
v: v3
  • Loading branch information
Misael Lopez Cruz authored and Peter Ujfalusi committed Jul 4, 2011
1 parent 3e2f423 commit 7e67f04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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: 1fbe99529d9490fd29982af07731650f112ffdfa
refs/heads/master: 1a4cdecec7d639ba2891195dc3f5917fb70653db
10 changes: 9 additions & 1 deletion trunk/arch/arm/mach-omap2/board-4430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,14 @@ static struct regulator_init_data sdp4430_vusim = {
},
};

static struct twl4030_codec_data twl6040_codec = {
/* single-step ramp for headset and handsfree */
.hs_left_step = 0x0f,
.hs_right_step = 0x0f,
.hf_left_step = 0x1d,
.hf_right_step = 0x1d,
};

static struct twl4030_vibra_data twl6040_vibra = {
.vibldrv_res = 8,
.vibrdrv_res = 3,
Expand All @@ -435,7 +443,7 @@ static struct twl4030_vibra_data twl6040_vibra = {
};

static struct twl4030_audio_data twl6040_audio = {
.codec = NULL,
.codec = &twl6040_codec,
.vibra = &twl6040_vibra,
.audpwron_gpio = 127,
.naudint_irq = OMAP44XX_IRQ_SYS_2N,
Expand Down

0 comments on commit 7e67f04

Please sign in to comment.