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/ad1848.c | |
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/ad1848.c')
-rw-r--r-- | sound/oss/ad1848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index f6b6b886c2ad..257b7536fb18 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c | |||
@@ -195,6 +195,7 @@ static void ad1848_halt(int dev); | |||
195 | static void ad1848_halt_input(int dev); | 195 | static void ad1848_halt_input(int dev); |
196 | static void ad1848_halt_output(int dev); | 196 | static void ad1848_halt_output(int dev); |
197 | static void ad1848_trigger(int dev, int bits); | 197 | static void ad1848_trigger(int dev, int bits); |
198 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy); | ||
198 | 199 | ||
199 | #ifndef EXCLUDE_TIMERS | 200 | #ifndef EXCLUDE_TIMERS |
200 | static int ad1848_tmr_install(int dev); | 201 | static int ad1848_tmr_install(int dev); |
@@ -2195,7 +2196,7 @@ void ad1848_unload(int io_base, int irq, int dma_playback, int dma_capture, int | |||
2195 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); | 2196 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); |
2196 | } | 2197 | } |
2197 | 2198 | ||
2198 | irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy) | 2199 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy) |
2199 | { | 2200 | { |
2200 | unsigned char status; | 2201 | unsigned char status; |
2201 | ad1848_info *devc; | 2202 | ad1848_info *devc; |
@@ -2802,7 +2803,6 @@ EXPORT_SYMBOL(ad1848_detect); | |||
2802 | EXPORT_SYMBOL(ad1848_init); | 2803 | EXPORT_SYMBOL(ad1848_init); |
2803 | EXPORT_SYMBOL(ad1848_unload); | 2804 | EXPORT_SYMBOL(ad1848_unload); |
2804 | EXPORT_SYMBOL(ad1848_control); | 2805 | EXPORT_SYMBOL(ad1848_control); |
2805 | EXPORT_SYMBOL(adintr); | ||
2806 | EXPORT_SYMBOL(probe_ms_sound); | 2806 | EXPORT_SYMBOL(probe_ms_sound); |
2807 | EXPORT_SYMBOL(attach_ms_sound); | 2807 | EXPORT_SYMBOL(attach_ms_sound); |
2808 | EXPORT_SYMBOL(unload_ms_sound); | 2808 | EXPORT_SYMBOL(unload_ms_sound); |