aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/sb.h')
-rw-r--r--include/sound/sb.h8
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
30enum sb_hw_type { 30enum 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 */
311int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); 311int snd_sb8dsp_pcm(struct snd_sb *chip, int device);
312/* sb8.c */ 312/* sb8.c */
313irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip); 313irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip);
314int snd_sb8_playback_open(struct snd_pcm_substream *substream); 314int snd_sb8_playback_open(struct snd_pcm_substream *substream);
@@ -317,10 +317,10 @@ int snd_sb8_playback_close(struct snd_pcm_substream *substream);
317int snd_sb8_capture_close(struct snd_pcm_substream *substream); 317int snd_sb8_capture_close(struct snd_pcm_substream *substream);
318/* midi8.c */ 318/* midi8.c */
319irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip); 319irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip);
320int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi); 320int snd_sb8dsp_midi(struct snd_sb *chip, int device);
321 321
322/* sb16_init.c */ 322/* sb16_init.c */
323int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); 323int snd_sb16dsp_pcm(struct snd_sb *chip, int device);
324const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction); 324const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction);
325int snd_sb16dsp_configure(struct snd_sb *chip); 325int snd_sb16dsp_configure(struct snd_sb *chip);
326/* sb16.c */ 326/* sb16.c */