Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157586
b: refs/heads/master
c: ed0f19b
h: refs/heads/master
v: v3
  • Loading branch information
John Bonesio authored and Mark Brown committed Jul 21, 2009
1 parent 98c7aac commit f737ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bca146578c863a1f37cb191995317e855a0364e1
refs/heads/master: ed0f19b23754dc24f9a2d3c266a36277410f4686
3 changes: 2 additions & 1 deletion trunk/sound/soc/fsl/mpc5200_psc_ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <linux/delay.h>

#include <sound/pcm.h>
#include <sound/pcm_params.h>
Expand Down Expand Up @@ -112,7 +113,7 @@ static void psc_ac97_cold_reset(struct snd_ac97 *ac97)
out_8(&regs->op1, MPC52xx_PSC_OP_RES);
udelay(10);
out_8(&regs->op0, MPC52xx_PSC_OP_RES);
udelay(50);
msleep(1);
psc_ac97_warm_reset(ac97);
}

Expand Down

0 comments on commit f737ca8

Please sign in to comment.