diff options
Diffstat (limited to 'include/sound/sb.h')
-rw-r--r-- | include/sound/sb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/sb.h b/include/sound/sb.h index 431d06675e36..2dd5c8e5b4fe 100644 --- a/include/sound/sb.h +++ b/include/sound/sb.h | |||
@@ -100,7 +100,7 @@ struct snd_sb { | |||
100 | struct snd_rawmidi *rmidi; | 100 | struct snd_rawmidi *rmidi; |
101 | struct snd_rawmidi_substream *midi_substream_input; | 101 | struct snd_rawmidi_substream *midi_substream_input; |
102 | struct snd_rawmidi_substream *midi_substream_output; | 102 | struct snd_rawmidi_substream *midi_substream_output; |
103 | irqreturn_t (*rmidi_callback)(int irq, void *dev_id, struct pt_regs *regs); | 103 | irq_handler_t rmidi_callback; |
104 | 104 | ||
105 | spinlock_t reg_lock; | 105 | spinlock_t reg_lock; |
106 | spinlock_t open_lock; | 106 | spinlock_t open_lock; |
@@ -286,7 +286,7 @@ int snd_sbdsp_reset(struct snd_sb *chip); | |||
286 | int snd_sbdsp_create(struct snd_card *card, | 286 | int snd_sbdsp_create(struct snd_card *card, |
287 | unsigned long port, | 287 | unsigned long port, |
288 | int irq, | 288 | int irq, |
289 | irqreturn_t (*irq_handler)(int, void *, struct pt_regs *), | 289 | irq_handler_t irq_handler, |
290 | int dma8, int dma16, | 290 | int dma8, int dma16, |
291 | unsigned short hardware, | 291 | unsigned short hardware, |
292 | struct snd_sb **r_chip); | 292 | struct snd_sb **r_chip); |
@@ -316,7 +316,7 @@ int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); | |||
316 | const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction); | 316 | const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction); |
317 | int snd_sb16dsp_configure(struct snd_sb *chip); | 317 | int snd_sb16dsp_configure(struct snd_sb *chip); |
318 | /* sb16.c */ | 318 | /* sb16.c */ |
319 | irqreturn_t snd_sb16dsp_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 319 | irqreturn_t snd_sb16dsp_interrupt(int irq, void *dev_id); |
320 | 320 | ||
321 | /* exported mixer stuffs */ | 321 | /* exported mixer stuffs */ |
322 | enum { | 322 | enum { |