diff options
Diffstat (limited to 'sound/isa/ad1816a/ad1816a_lib.c')
-rw-r--r-- | sound/isa/ad1816a/ad1816a_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/ad1816a/ad1816a_lib.c b/sound/isa/ad1816a/ad1816a_lib.c index fd9b61eda0f3..b524e0d9ee44 100644 --- a/sound/isa/ad1816a/ad1816a_lib.c +++ b/sound/isa/ad1816a/ad1816a_lib.c | |||
@@ -315,7 +315,7 @@ static snd_pcm_uframes_t snd_ad1816a_capture_pointer(struct snd_pcm_substream *s | |||
315 | } | 315 | } |
316 | 316 | ||
317 | 317 | ||
318 | static irqreturn_t snd_ad1816a_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 318 | static irqreturn_t snd_ad1816a_interrupt(int irq, void *dev_id) |
319 | { | 319 | { |
320 | struct snd_ad1816a *chip = dev_id; | 320 | struct snd_ad1816a *chip = dev_id; |
321 | unsigned char status; | 321 | unsigned char status; |