]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/oss/es1371.c
[ALSA] hda: fix typo for xw4400 PCI sub-ID
[karo-tx-linux.git] / sound / oss / es1371.c
index a2ffe723dad54c6e976d66cf4e43efbce0ec922b..ddf6b0a0bca5a1c363bf9c58378e51aa5e73cf6c 100644 (file)
@@ -1100,9 +1100,9 @@ static void es1371_handle_midi(struct es1371_state *s)
        outb((s->midi.ocnt > 0) ? UCTRL_RXINTEN | UCTRL_ENA_TXINT : UCTRL_RXINTEN, s->io+ES1371_REG_UART_CONTROL);
 }
 
-static irqreturn_t es1371_interrupt(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t es1371_interrupt(int irq, void *dev_id)
 {
-        struct es1371_state *s = (struct es1371_state *)dev_id;
+        struct es1371_state *s = dev_id;
        unsigned int intsrc, sctl;
        
        /* fastpath out, to ease interrupt sharing */