diff options
Diffstat (limited to 'include/sound/cs4231.h')
-rw-r--r-- | include/sound/cs4231.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/cs4231.h b/include/sound/cs4231.h index 60b5b92a1319..ab51ce1ba9a5 100644 --- a/include/sound/cs4231.h +++ b/include/sound/cs4231.h | |||
@@ -273,7 +273,7 @@ unsigned char snd_cs4236_ext_in(struct snd_cs4231 *chip, unsigned char reg); | |||
273 | void snd_cs4231_mce_up(struct snd_cs4231 *chip); | 273 | void snd_cs4231_mce_up(struct snd_cs4231 *chip); |
274 | void snd_cs4231_mce_down(struct snd_cs4231 *chip); | 274 | void snd_cs4231_mce_down(struct snd_cs4231 *chip); |
275 | 275 | ||
276 | irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 276 | irqreturn_t snd_cs4231_interrupt(int irq, void *dev_id); |
277 | 277 | ||
278 | const char *snd_cs4231_chip_id(struct snd_cs4231 *chip); | 278 | const char *snd_cs4231_chip_id(struct snd_cs4231 *chip); |
279 | 279 | ||