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/yss225.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/yss225.h')
-rw-r--r-- | sound/oss/yss225.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sound/oss/yss225.h b/sound/oss/yss225.h deleted file mode 100644 index 56d8b6b5e432..000000000000 --- a/sound/oss/yss225.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #ifndef __yss255_h__ | ||
2 | #define __yss255_h__ | ||
3 | |||
4 | extern unsigned char page_zero[256]; | ||
5 | extern unsigned char page_one[256]; | ||
6 | extern unsigned char page_two[128]; | ||
7 | extern unsigned char page_three[128]; | ||
8 | extern unsigned char page_four[128]; | ||
9 | extern unsigned char page_six[192]; | ||
10 | extern unsigned char page_seven[256]; | ||
11 | extern unsigned char page_zero_v2[96]; | ||
12 | extern unsigned char page_one_v2[96]; | ||
13 | extern unsigned char page_two_v2[48]; | ||
14 | extern unsigned char page_three_v2[48]; | ||
15 | extern unsigned char page_four_v2[48]; | ||
16 | extern unsigned char page_seven_v2[96]; | ||
17 | extern unsigned char mod_v2[304]; | ||
18 | extern unsigned char coefficients[364]; | ||
19 | extern unsigned char coefficients2[56]; | ||
20 | extern unsigned char coefficients3[404]; | ||
21 | |||
22 | |||
23 | #endif /* __ys225_h__ */ | ||
24 | |||