diff options
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) |