From ac63f4d2687b1f77d80efcfc339a253c425ddafd Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Mon, 13 Apr 2009 16:07:55 +0200 Subject: [PATCH] --- yaml --- r: 144059 b: refs/heads/master c: cc8d2730ad6fe79699cedd9cccfe632570830c3c h: refs/heads/master i: 144057: c8a5630df30bdcfd4e20293ffb125d3ae098ce26 144055: d533af8c2bc45680249b10db5ac66b61042da136 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/mioa701.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e83cfc05a991..a33be7911871 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eae17754ab1ffc88190ebcbd33b6bec79e6e559a +refs/heads/master: cc8d2730ad6fe79699cedd9cccfe632570830c3c diff --git a/trunk/arch/arm/mach-pxa/mioa701.c b/trunk/arch/arm/mach-pxa/mioa701.c index 9203b069b35c..ff8052ce0a05 100644 --- a/trunk/arch/arm/mach-pxa/mioa701.c +++ b/trunk/arch/arm/mach-pxa/mioa701.c @@ -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 */ @@ -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));