diff options
Diffstat (limited to 'include/sound/gus.h')
-rw-r--r-- | include/sound/gus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/gus.h b/include/sound/gus.h index 42905d811da7..07c116fe78c8 100644 --- a/include/sound/gus.h +++ b/include/sound/gus.h | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <sound/timer.h> | 27 | #include <sound/timer.h> |
28 | #include <sound/seq_midi_emul.h> | 28 | #include <sound/seq_midi_emul.h> |
29 | #include <sound/seq_device.h> | 29 | #include <sound/seq_device.h> |
30 | #include <asm/io.h> | 30 | #include <linux/io.h> |
31 | 31 | ||
32 | /* IO ports */ | 32 | /* IO ports */ |
33 | 33 | ||
@@ -591,7 +591,7 @@ int snd_gf1_new_mixer(struct snd_gus_card * gus); | |||
591 | 591 | ||
592 | /* gus_pcm.c */ | 592 | /* gus_pcm.c */ |
593 | 593 | ||
594 | int snd_gf1_pcm_new(struct snd_gus_card * gus, int pcm_dev, int control_index, struct snd_pcm ** rpcm); | 594 | int snd_gf1_pcm_new(struct snd_gus_card *gus, int pcm_dev, int control_index); |
595 | 595 | ||
596 | #ifdef CONFIG_SND_DEBUG | 596 | #ifdef CONFIG_SND_DEBUG |
597 | extern void snd_gf1_print_voice_registers(struct snd_gus_card * gus); | 597 | extern void snd_gf1_print_voice_registers(struct snd_gus_card * gus); |
@@ -620,7 +620,7 @@ void snd_gus_irq_profile_init(struct snd_gus_card *gus); | |||
620 | 620 | ||
621 | /* gus_uart.c */ | 621 | /* gus_uart.c */ |
622 | 622 | ||
623 | int snd_gf1_rawmidi_new(struct snd_gus_card * gus, int device, struct snd_rawmidi **rrawmidi); | 623 | int snd_gf1_rawmidi_new(struct snd_gus_card *gus, int device); |
624 | 624 | ||
625 | /* gus_dram.c */ | 625 | /* gus_dram.c */ |
626 | int snd_gus_dram_write(struct snd_gus_card *gus, char __user *ptr, | 626 | int snd_gus_dram_write(struct snd_gus_card *gus, char __user *ptr, |