diff options
Diffstat (limited to 'sound/isa/cs423x/cs4231_lib.c')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index fbb20176cca4..75c7c5f01989 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c | |||
@@ -920,7 +920,7 @@ static void snd_cs4231_overrange(struct snd_cs4231 *chip) | |||
920 | chip->capture_substream->runtime->overrange++; | 920 | chip->capture_substream->runtime->overrange++; |
921 | } | 921 | } |
922 | 922 | ||
923 | irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 923 | irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id) |
924 | { | 924 | { |
925 | struct snd_cs4231 *chip = dev_id; | 925 | struct snd_cs4231 *chip = dev_id; |
926 | unsigned char status; | 926 | unsigned char status; |