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_hw.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_hw.h')
-rw-r--r-- | sound/oss/gus_hw.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/sound/oss/gus_hw.h b/sound/oss/gus_hw.h deleted file mode 100644 index f97a0b8670e3..000000000000 --- a/sound/oss/gus_hw.h +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | |||
2 | /* | ||
3 | * I/O addresses | ||
4 | */ | ||
5 | |||
6 | #define u_Base (gus_base + 0x000) | ||
7 | #define u_Mixer u_Base | ||
8 | #define u_Status (gus_base + 0x006) | ||
9 | #define u_TimerControl (gus_base + 0x008) | ||
10 | #define u_TimerData (gus_base + 0x009) | ||
11 | #define u_IRQDMAControl (gus_base + 0x00b) | ||
12 | #define u_MidiControl (gus_base + 0x100) | ||
13 | #define MIDI_RESET 0x03 | ||
14 | #define MIDI_ENABLE_XMIT 0x20 | ||
15 | #define MIDI_ENABLE_RCV 0x80 | ||
16 | #define u_MidiStatus u_MidiControl | ||
17 | #define MIDI_RCV_FULL 0x01 | ||
18 | #define MIDI_XMIT_EMPTY 0x02 | ||
19 | #define MIDI_FRAME_ERR 0x10 | ||
20 | #define MIDI_OVERRUN 0x20 | ||
21 | #define MIDI_IRQ_PEND 0x80 | ||
22 | #define u_MidiData (gus_base + 0x101) | ||
23 | #define u_Voice (gus_base + 0x102) | ||
24 | #define u_Command (gus_base + 0x103) | ||
25 | #define u_DataLo (gus_base + 0x104) | ||
26 | #define u_DataHi (gus_base + 0x105) | ||
27 | #define u_MixData (gus_base + 0x106) /* Rev. 3.7+ mixing */ | ||
28 | #define u_MixSelect (gus_base + 0x506) /* registers. */ | ||
29 | #define u_IrqStatus u_Status | ||
30 | # define MIDI_TX_IRQ 0x01 /* pending MIDI xmit IRQ */ | ||
31 | # define MIDI_RX_IRQ 0x02 /* pending MIDI recv IRQ */ | ||
32 | # define GF1_TIMER1_IRQ 0x04 /* general purpose timer */ | ||
33 | # define GF1_TIMER2_IRQ 0x08 /* general purpose timer */ | ||
34 | # define WAVETABLE_IRQ 0x20 /* pending wavetable IRQ */ | ||
35 | # define ENVELOPE_IRQ 0x40 /* pending volume envelope IRQ */ | ||
36 | # define DMA_TC_IRQ 0x80 /* pending dma tc IRQ */ | ||
37 | |||
38 | #define ICS2101 1 | ||
39 | # define ICS_MIXDEVS 6 | ||
40 | # define DEV_MIC 0 | ||
41 | # define DEV_LINE 1 | ||
42 | # define DEV_CD 2 | ||
43 | # define DEV_GF1 3 | ||
44 | # define DEV_UNUSED 4 | ||
45 | # define DEV_VOL 5 | ||
46 | |||
47 | # define CHN_LEFT 0 | ||
48 | # define CHN_RIGHT 1 | ||
49 | #define CS4231 2 | ||
50 | #define u_DRAMIO (gus_base + 0x107) | ||