Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144059
b: refs/heads/master
c: cc8d273
h: refs/heads/master
i:
  144057: c8a5630
  144055: d533af8
v: v3
  • Loading branch information
Robert Jarzmik authored and Eric Miao committed Apr 15, 2009
1 parent 773de0a commit ac63f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: eae17754ab1ffc88190ebcbd33b6bec79e6e559a
refs/heads/master: cc8d2730ad6fe79699cedd9cccfe632570830c3c
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-pxa/mioa701.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,10 @@ struct i2c_pxa_platform_data i2c_pdata = {
.fast_mode = 1,
};

static pxa2xx_audio_ops_t mioa701_ac97_info = {
.reset_gpio = 95,
};

/*
* Mio global
*/
Expand Down Expand Up @@ -815,7 +819,7 @@ static void __init mioa701_machine_init(void)
pxa_set_keypad_info(&mioa701_keypad_info);
wm97xx_bat_set_pdata(&mioa701_battery_data);
pxa_set_udc_info(&mioa701_udc_info);
pxa_set_ac97_info(NULL);
pxa_set_ac97_info(&mioa701_ac97_info);
pm_power_off = mioa701_poweroff;
arm_pm_restart = mioa701_restart;
platform_add_devices(devices, ARRAY_SIZE(devices));
Expand Down

0 comments on commit ac63f4d

Please sign in to comment.