diff options
Diffstat (limited to 'sound/pci/ali5451/ali5451.c')
-rw-r--r-- | sound/pci/ali5451/ali5451.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c index 74668398eac5..13a8cefa7749 100644 --- a/sound/pci/ali5451/ali5451.c +++ b/sound/pci/ali5451/ali5451.c | |||
@@ -1047,9 +1047,7 @@ static void snd_ali_interrupt(struct snd_ali * codec) | |||
1047 | } | 1047 | } |
1048 | 1048 | ||
1049 | 1049 | ||
1050 | static irqreturn_t snd_ali_card_interrupt(int irq, | 1050 | static irqreturn_t snd_ali_card_interrupt(int irq, void *dev_id) |
1051 | void *dev_id, | ||
1052 | struct pt_regs *regs) | ||
1053 | { | 1051 | { |
1054 | struct snd_ali *codec = dev_id; | 1052 | struct snd_ali *codec = dev_id; |
1055 | 1053 | ||