diff options
Diffstat (limited to 'sound/pci/mixart')
-rw-r--r-- | sound/pci/mixart/mixart_core.c | 2 | ||||
-rw-r--r-- | sound/pci/mixart/mixart_core.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/mixart/mixart_core.c b/sound/pci/mixart/mixart_core.c index 406ac3a9d42a..d54457317b14 100644 --- a/sound/pci/mixart/mixart_core.c +++ b/sound/pci/mixart/mixart_core.c | |||
@@ -408,7 +408,7 @@ void snd_mixart_msg_tasklet(unsigned long arg) | |||
408 | } | 408 | } |
409 | 409 | ||
410 | 410 | ||
411 | irqreturn_t snd_mixart_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 411 | irqreturn_t snd_mixart_interrupt(int irq, void *dev_id) |
412 | { | 412 | { |
413 | struct mixart_mgr *mgr = dev_id; | 413 | struct mixart_mgr *mgr = dev_id; |
414 | int err; | 414 | int err; |
diff --git a/sound/pci/mixart/mixart_core.h b/sound/pci/mixart/mixart_core.h index 1fe2bcfcc57c..c919b734756f 100644 --- a/sound/pci/mixart/mixart_core.h +++ b/sound/pci/mixart/mixart_core.h | |||
@@ -563,7 +563,7 @@ int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int | |||
563 | int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event); | 563 | int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event); |
564 | int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request); | 564 | int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request); |
565 | 565 | ||
566 | irqreturn_t snd_mixart_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 566 | irqreturn_t snd_mixart_interrupt(int irq, void *dev_id); |
567 | void snd_mixart_msg_tasklet(unsigned long arg); | 567 | void snd_mixart_msg_tasklet(unsigned long arg); |
568 | 568 | ||
569 | void snd_mixart_reset_board(struct mixart_mgr *mgr); | 569 | void snd_mixart_reset_board(struct mixart_mgr *mgr); |