diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-10-05 21:03:43 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-05 21:03:43 -0400 |
commit | 4ad99f15c6a3cadf36928c399459ea4fdb3d49f9 (patch) | |
tree | d0536e4da737900fa27b235f175a3d179d692200 /sound/pci/riptide/riptide.c | |
parent | 46767aeba58ca9357a2309765201bad38d8f5e9b (diff) | |
parent | 44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (diff) |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'sound/pci/riptide/riptide.c')
-rw-r--r-- | sound/pci/riptide/riptide.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c index fe210c853442..ec4899147e1d 100644 --- a/sound/pci/riptide/riptide.c +++ b/sound/pci/riptide/riptide.c | |||
@@ -1736,7 +1736,7 @@ snd_riptide_pcm(struct snd_riptide *chip, int device, struct snd_pcm **rpcm) | |||
1736 | } | 1736 | } |
1737 | 1737 | ||
1738 | static irqreturn_t | 1738 | static irqreturn_t |
1739 | snd_riptide_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1739 | snd_riptide_interrupt(int irq, void *dev_id) |
1740 | { | 1740 | { |
1741 | struct snd_riptide *chip = dev_id; | 1741 | struct snd_riptide *chip = dev_id; |
1742 | struct cmdif *cif = chip->cif; | 1742 | struct cmdif *cif = chip->cif; |
@@ -1751,8 +1751,7 @@ snd_riptide_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
1751 | if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { | 1751 | if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { |
1752 | chip->handled_irqs++; | 1752 | chip->handled_irqs++; |
1753 | snd_mpu401_uart_interrupt(irq, | 1753 | snd_mpu401_uart_interrupt(irq, |
1754 | chip->rmidi->private_data, | 1754 | chip->rmidi->private_data); |
1755 | regs); | ||
1756 | } | 1755 | } |
1757 | SET_AIACK(cif->hwport); | 1756 | SET_AIACK(cif->hwport); |
1758 | } | 1757 | } |