aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/au1550_ac97.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/au1550_ac97.c')
-rw-r--r--sound/oss/au1550_ac97.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/oss/au1550_ac97.c b/sound/oss/au1550_ac97.c
index 4cdb86252d67..219795171c71 100644
--- a/sound/oss/au1550_ac97.c
+++ b/sound/oss/au1550_ac97.c
@@ -719,8 +719,7 @@ prog_dmabuf_dac(struct au1550_state *s)
719} 719}
720 720
721 721
722static void 722static void dac_dma_interrupt(int irq, void *dev_id)
723dac_dma_interrupt(int irq, void *dev_id, struct pt_regs *regs)
724{ 723{
725 struct au1550_state *s = (struct au1550_state *) dev_id; 724 struct au1550_state *s = (struct au1550_state *) dev_id;
726 struct dmabuf *db = &s->dma_dac; 725 struct dmabuf *db = &s->dma_dac;
@@ -754,8 +753,7 @@ dac_dma_interrupt(int irq, void *dev_id, struct pt_regs *regs)
754} 753}
755 754
756 755
757static void 756static void adc_dma_interrupt(int irq, void *dev_id)
758adc_dma_interrupt(int irq, void *dev_id, struct pt_regs *regs)
759{ 757{
760 struct au1550_state *s = (struct au1550_state *)dev_id; 758 struct au1550_state *s = (struct au1550_state *)dev_id;
761 struct dmabuf *dp = &s->dma_adc; 759 struct dmabuf *dp = &s->dma_adc;