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/ac97.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/ac97.h')
-rw-r--r-- | sound/oss/ac97.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/oss/ac97.h b/sound/oss/ac97.h index 77d454ea3202..01837a9d7d6e 100644 --- a/sound/oss/ac97.h +++ b/sound/oss/ac97.h | |||
@@ -192,9 +192,6 @@ extern int ac97_put_register (struct ac97_hwint *dev, u8 reg, u16 value); | |||
192 | extern int ac97_mixer_ioctl (struct ac97_hwint *dev, unsigned int cmd, | 192 | extern int ac97_mixer_ioctl (struct ac97_hwint *dev, unsigned int cmd, |
193 | void __user * arg); | 193 | void __user * arg); |
194 | 194 | ||
195 | /* Do a complete reset on the AC97 mixer, restoring all mixer registers to | ||
196 | the current values. Normally used after an APM resume event. */ | ||
197 | extern int ac97_reset (struct ac97_hwint *dev); | ||
198 | #endif | 195 | #endif |
199 | 196 | ||
200 | /* | 197 | /* |