Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1559
b: refs/heads/master
c: 8849138
h: refs/heads/master
i:
  1557: 438e8d8
  1555: 89941a4
  1551: d2b5a4d
v: v3
  • Loading branch information
Ville Syrjala authored and Jaroslav Kysela committed May 29, 2005
1 parent 42aee66 commit aa968b0
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: cb5a6ffc5c09bc354af69407dae710dcddcced37
refs/heads/master: 88491386be67f659e6b2c76c7463c997ce4c4ebb
4 changes: 2 additions & 2 deletions trunk/sound/pci/maestro3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ snd_m3_interrupt(int irq, void *dev_id, struct pt_regs *regs)
#endif

/* ack ints */
snd_m3_outw(chip, HOST_INT_STATUS, status);
outb(status, chip->iobase + HOST_INT_STATUS);

return IRQ_HANDLED;
}
Expand Down Expand Up @@ -2367,7 +2367,7 @@ static int snd_m3_free(m3_t *chip)
kfree(chip->substreams);
}
if (chip->iobase) {
snd_m3_outw(chip, HOST_INT_CTRL, 0); /* disable ints */
outw(0, chip->iobase + HOST_INT_CTRL); /* disable ints */
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit aa968b0

Please sign in to comment.