diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-10-11 03:56:12 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-10-11 03:56:12 -0400 |
commit | 24fcbacedb0d83cabc6761acbecfbf751265ce52 (patch) | |
tree | 7147b206304b028c3cfd5de6317e5c8510098ca9 /sound/pci/cmipci.c | |
parent | 2f614fe04f4463ff22234133319067d7361f54e5 (diff) | |
parent | 53a5fbdc2dff55161a206ed1a1385a8fa8055c34 (diff) |
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'sound/pci/cmipci.c')
-rw-r--r-- | sound/pci/cmipci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 876b64464b6f..1f7e71083069 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c | |||
@@ -1294,7 +1294,7 @@ static int snd_cmipci_capture_spdif_hw_free(struct snd_pcm_substream *subs) | |||
1294 | /* | 1294 | /* |
1295 | * interrupt handler | 1295 | * interrupt handler |
1296 | */ | 1296 | */ |
1297 | static irqreturn_t snd_cmipci_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1297 | static irqreturn_t snd_cmipci_interrupt(int irq, void *dev_id) |
1298 | { | 1298 | { |
1299 | struct cmipci *cm = dev_id; | 1299 | struct cmipci *cm = dev_id; |
1300 | unsigned int status, mask = 0; | 1300 | unsigned int status, mask = 0; |
@@ -1315,7 +1315,7 @@ static irqreturn_t snd_cmipci_interrupt(int irq, void *dev_id, struct pt_regs *r | |||
1315 | spin_unlock(&cm->reg_lock); | 1315 | spin_unlock(&cm->reg_lock); |
1316 | 1316 | ||
1317 | if (cm->rmidi && (status & CM_UARTINT)) | 1317 | if (cm->rmidi && (status & CM_UARTINT)) |
1318 | snd_mpu401_uart_interrupt(irq, cm->rmidi->private_data, regs); | 1318 | snd_mpu401_uart_interrupt(irq, cm->rmidi->private_data); |
1319 | 1319 | ||
1320 | if (cm->pcm) { | 1320 | if (cm->pcm) { |
1321 | if ((status & CM_CHINT0) && cm->channel[0].running) | 1321 | if ((status & CM_CHINT0) && cm->channel[0].running) |