diff options
Diffstat (limited to 'sound/ppc/tumbler.c')
-rw-r--r-- | sound/ppc/tumbler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index cdff53e4a17e..2fbe1d183fce 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c | |||
@@ -1017,7 +1017,7 @@ static void tumbler_update_automute(struct snd_pmac *chip, int do_notify) | |||
1017 | 1017 | ||
1018 | 1018 | ||
1019 | /* interrupt - headphone plug changed */ | 1019 | /* interrupt - headphone plug changed */ |
1020 | static irqreturn_t headphone_intr(int irq, void *devid, struct pt_regs *regs) | 1020 | static irqreturn_t headphone_intr(int irq, void *devid) |
1021 | { | 1021 | { |
1022 | struct snd_pmac *chip = devid; | 1022 | struct snd_pmac *chip = devid; |
1023 | if (chip->update_automute && chip->initialized) { | 1023 | if (chip->update_automute && chip->initialized) { |