From 8a3fa21120e3690c011e48ba767ddb797a46e35e Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 5 Aug 2005 10:24:36 +0200 Subject: [PATCH] --- yaml --- r: 6512 b: refs/heads/master c: 4a677ac5d0a4fad286cdfb4890a5e2de61534b1c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/arm/pxa2xx-ac97.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1083f5a4c77d..bf53267d92fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b8f7f7329289fa3b74ef8cdbaa9d2929787d3e6 +refs/heads/master: 4a677ac5d0a4fad286cdfb4890a5e2de61534b1c diff --git a/trunk/sound/arm/pxa2xx-ac97.c b/trunk/sound/arm/pxa2xx-ac97.c index 46052304e230..b605a24946a3 100644 --- a/trunk/sound/arm/pxa2xx-ac97.c +++ b/trunk/sound/arm/pxa2xx-ac97.c @@ -132,9 +132,9 @@ static void pxa2xx_ac97_reset(ac97_t *ac97) udelay(10); GCR |= GCR_WARM_RST; pxa_gpio_mode(113 | GPIO_ALT_FN_2_OUT); - udelay(50); + udelay(500); #else - GCR |= GCR_WARM_RST|GCR_PRIRDY_IEN|GCR_SECRDY_IEN;; + GCR |= GCR_WARM_RST|GCR_PRIRDY_IEN|GCR_SECRDY_IEN; wait_event_timeout(gsr_wq, gsr_bits & (GSR_PCR | GSR_SCR), 1); #endif