diff options
Diffstat (limited to 'sound/pci/ad1889.c')
-rw-r--r-- | sound/pci/ad1889.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/ad1889.c b/sound/pci/ad1889.c index 0786d0edaca5..cbf8331c3d33 100644 --- a/sound/pci/ad1889.c +++ b/sound/pci/ad1889.c | |||
@@ -596,9 +596,7 @@ static struct snd_pcm_ops snd_ad1889_capture_ops = { | |||
596 | }; | 596 | }; |
597 | 597 | ||
598 | static irqreturn_t | 598 | static irqreturn_t |
599 | snd_ad1889_interrupt(int irq, | 599 | snd_ad1889_interrupt(int irq, void *dev_id) |
600 | void *dev_id, | ||
601 | struct pt_regs *regs) | ||
602 | { | 600 | { |
603 | unsigned long st; | 601 | unsigned long st; |
604 | struct snd_ad1889 *chip = dev_id; | 602 | struct snd_ad1889 *chip = dev_id; |