Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148463
b: refs/heads/master
c: d82b64f
h: refs/heads/master
i:
  148461: 64058ea
  148459: ffbc26a
  148455: ca4ef08
  148447: 0a2c6d1
v: v3
  • Loading branch information
Takashi Iwai committed May 6, 2009
1 parent 359819c commit a7100c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5b7b5c1d05387ffeaf0487482806ec6c5968ac7
refs/heads/master: d82b64f4764755d765038cf95b1dbe7db039592a
2 changes: 2 additions & 0 deletions trunk/sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -2258,8 +2258,10 @@ static int __devinit snd_vt1724_read_eeprom(struct snd_ice1712 *ice,
static void __devinit snd_vt1724_chip_reset(struct snd_ice1712 *ice)
{
outb(VT1724_RESET , ICEREG1724(ice, CONTROL));
inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */
msleep(10);
outb(0, ICEREG1724(ice, CONTROL));
inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */
msleep(10);
}

Expand Down

0 comments on commit a7100c0

Please sign in to comment.