From f74d5d692700cf98cd11d9b38056ace74dd63776 Mon Sep 17 00:00:00 2001 From: Eric Miao Date: Thu, 26 Jul 2007 02:01:04 +0100 Subject: [PATCH] --- yaml --- r: 63064 b: refs/heads/master c: 0a9c2df263b2ef487e6b4015644cc18012d7411b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/pxa/pxa2xx-ac97.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 314d3531b14c..d57c06d51643 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 03e5386e1e6e4f19c18c33fb69afd43054d448b2 +refs/heads/master: 0a9c2df263b2ef487e6b4015644cc18012d7411b diff --git a/trunk/sound/soc/pxa/pxa2xx-ac97.c b/trunk/sound/soc/pxa/pxa2xx-ac97.c index 129d851b3151..dd14abcdf1bd 100644 --- a/trunk/sound/soc/pxa/pxa2xx-ac97.c +++ b/trunk/sound/soc/pxa/pxa2xx-ac97.c @@ -160,9 +160,9 @@ static void pxa2xx_ac97_cold_reset(struct snd_ac97 *ac97) gsr_bits = 0; #ifdef CONFIG_PXA27x /* PXA27x Developers Manual section 13.5.2.2.1 */ - pxa_set_cken(1 << 31, 1); + pxa_set_cken(31, 1); udelay(5); - pxa_set_cken(1 << 31, 0); + pxa_set_cken(31, 0); GCR = GCR_COLD_RST; udelay(50); #else