diff options
Diffstat (limited to 'include/sound/sb.h')
-rw-r--r-- | include/sound/sb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sound/sb.h b/include/sound/sb.h index ba3960329646..bacefaee411a 100644 --- a/include/sound/sb.h +++ b/include/sound/sb.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <sound/pcm.h> | 25 | #include <sound/pcm.h> |
26 | #include <sound/rawmidi.h> | 26 | #include <sound/rawmidi.h> |
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <asm/io.h> | 28 | #include <linux/io.h> |
29 | 29 | ||
30 | enum sb_hw_type { | 30 | enum sb_hw_type { |
31 | SB_HW_AUTO, | 31 | SB_HW_AUTO, |
@@ -308,7 +308,7 @@ void snd_sbmixer_resume(struct snd_sb *chip); | |||
308 | #endif | 308 | #endif |
309 | 309 | ||
310 | /* sb8_init.c */ | 310 | /* sb8_init.c */ |
311 | int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); | 311 | int snd_sb8dsp_pcm(struct snd_sb *chip, int device); |
312 | /* sb8.c */ | 312 | /* sb8.c */ |
313 | irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip); | 313 | irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip); |
314 | int snd_sb8_playback_open(struct snd_pcm_substream *substream); | 314 | int snd_sb8_playback_open(struct snd_pcm_substream *substream); |
@@ -317,10 +317,10 @@ int snd_sb8_playback_close(struct snd_pcm_substream *substream); | |||
317 | int snd_sb8_capture_close(struct snd_pcm_substream *substream); | 317 | int snd_sb8_capture_close(struct snd_pcm_substream *substream); |
318 | /* midi8.c */ | 318 | /* midi8.c */ |
319 | irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip); | 319 | irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip); |
320 | int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi); | 320 | int snd_sb8dsp_midi(struct snd_sb *chip, int device); |
321 | 321 | ||
322 | /* sb16_init.c */ | 322 | /* sb16_init.c */ |
323 | int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); | 323 | int snd_sb16dsp_pcm(struct snd_sb *chip, int device); |
324 | const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction); | 324 | const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction); |
325 | int snd_sb16dsp_configure(struct snd_sb *chip); | 325 | int snd_sb16dsp_configure(struct snd_sb *chip); |
326 | /* sb16.c */ | 326 | /* sb16.c */ |