diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-10-04 05:17:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:32 -0400 |
commit | d56b9b9c464a10ab1ee51a4c6190a2b57b8ef7a6 (patch) | |
tree | a48388734053900a8379042757ee241d1e9dfc7b /sound/oss/gus.h | |
parent | 595182bcdf64fbfd7ae22c67ea6081b7d387d246 (diff) |
[PATCH] The scheduled removal of some OSS drivers
This patch contains the scheduled removal of OSS drivers that:
- have ALSA drivers for the same hardware without known regressions and
- whose Kconfig options have been removed in 2.6.17.
[michal.k.k.piotrowski@gmail.com: build fix]
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/gus.h')
-rw-r--r-- | sound/oss/gus.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sound/oss/gus.h b/sound/oss/gus.h deleted file mode 100644 index 3d5271baf042..000000000000 --- a/sound/oss/gus.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | |||
2 | #include "ad1848.h" | ||
3 | |||
4 | /* From gus_card.c */ | ||
5 | int gus_set_midi_irq(int num); | ||
6 | irqreturn_t gusintr(int irq, void *dev_id, struct pt_regs * dummy); | ||
7 | |||
8 | /* From gus_wave.c */ | ||
9 | int gus_wave_detect(int baseaddr); | ||
10 | void gus_wave_init(struct address_info *hw_config); | ||
11 | void gus_wave_unload (struct address_info *hw_config); | ||
12 | void gus_voice_irq(void); | ||
13 | void gus_write8(int reg, unsigned int data); | ||
14 | void guswave_dma_irq(void); | ||
15 | void gus_delay(void); | ||
16 | int gus_default_mixer_ioctl (int dev, unsigned int cmd, void __user *arg); | ||
17 | void gus_timer_command (unsigned int addr, unsigned int val); | ||
18 | |||
19 | /* From gus_midi.c */ | ||
20 | void gus_midi_init(struct address_info *hw_config); | ||
21 | void gus_midi_interrupt(int dummy); | ||
22 | |||
23 | /* From ics2101.c */ | ||
24 | int ics2101_mixer_init(void); | ||