From a7100c0b92f367a3322a70a711aef76b29951c01 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 6 May 2009 17:25:42 +0200 Subject: [PATCH] --- yaml --- r: 148463 b: refs/heads/master c: d82b64f4764755d765038cf95b1dbe7db039592a h: refs/heads/master i: 148461: 64058ea5b02942eca26af36735321b47faf1a93b 148459: ffbc26ab190599aa6361c1f464eba06caddc0957 148455: ca4ef08ce778317f98024ab752533268d930de58 148447: 0a2c6d12663a02c152b13a933dff97420b73ac6c v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/ice1724.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 901a16d9c12c..5030f9a93a6f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5b7b5c1d05387ffeaf0487482806ec6c5968ac7 +refs/heads/master: d82b64f4764755d765038cf95b1dbe7db039592a diff --git a/trunk/sound/pci/ice1712/ice1724.c b/trunk/sound/pci/ice1712/ice1724.c index 8afa043dab0e..1f05c59690a1 100644 --- a/trunk/sound/pci/ice1712/ice1724.c +++ b/trunk/sound/pci/ice1712/ice1724.c @@ -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); }