Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63064
b: refs/heads/master
c: 0a9c2df
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao authored and Russell King committed Jul 28, 2007
1 parent a3589a9 commit f74d5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 03e5386e1e6e4f19c18c33fb69afd43054d448b2
refs/heads/master: 0a9c2df263b2ef487e6b4015644cc18012d7411b
4 changes: 2 additions & 2 deletions trunk/sound/soc/pxa/pxa2xx-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f74d5d6

Please sign in to comment.