Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120345
b: refs/heads/master
c: 4074ea2
h: refs/heads/master
i:
  120343: afaa82b
v: v3
  • Loading branch information
Takashi Iwai committed Nov 1, 2008
1 parent 1008895 commit b1397f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 9cbbb3ac628227ec5b65fc043539949db606cd17
refs/heads/master: 4074ea21493fe668501bfc7548d10657ca6f14c2
9 changes: 3 additions & 6 deletions trunk/sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,6 @@ static int __devinit snd_vt1724_create(struct snd_card *card,
{
struct snd_ice1712 *ice;
int err;
/* unsigned char mask; */
static struct snd_device_ops ops = {
.dev_free = snd_vt1724_dev_free,
};
Expand Down Expand Up @@ -2414,11 +2413,9 @@ static int __devinit snd_vt1724_create(struct snd_card *card,
return -EIO;
}

/* unmask used interrupts */
#if 0 /* these are enabled/disabled dynamically */
mask = VT1724_IRQ_MPU_RX | VT1724_IRQ_MPU_TX;
outb(mask, ICEREG1724(ice, IRQMASK));
#endif
/* clear interrupts -- otherwise you'll get irq problems later */
outb(0, ICEREG1724(ice, IRQMASK));

/* don't handle FIFO overrun/underruns (just yet),
* since they cause machine lockups
*/
Expand Down

0 comments on commit b1397f5

Please sign in to comment.