forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] schedule obsolete OSS drivers for removal, 3rd round
Schedule obsolete OSS drivers (with ALSA drivers that support the same hardware) for removal. A rationale of the patch is in http://lkml.org/lkml/2006/12/18/305 Signed-off-by: Adrian Bunk <[email protected]> Acked-By: Thomas Sailer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
1 parent
77adbfb
commit 5aab0ad
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,13 @@ Who: Jean Delvare <[email protected]>, | |
|
||
--------------------------- | ||
|
||
What: drivers depending on OBSOLETE_OSS | ||
When: options in 2.6.22, code in 2.6.24 | ||
Why: OSS drivers with ALSA replacements | ||
Who: Adrian Bunk <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: IPv4 only connection tracking/NAT/helpers | ||
When: 2.6.22 | ||
Why: The new layer 3 independant connection tracking replaces the old | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,20 @@ | |
# | ||
# Prompt user for primary drivers. | ||
|
||
config OBSOLETE_OSS | ||
bool "Obsolete OSS drivers" | ||
depends on SOUND_PRIME | ||
help | ||
This option enables support for obsolete OSS drivers that | ||
are scheduled for removal in the near future since there | ||
are ALSA drivers for the same hardware. | ||
|
||
Please contact Adrian Bunk <[email protected]> if you had to | ||
say Y here because your soundcard is not properly supported | ||
by ALSA. | ||
|
||
If unsure, say N. | ||
|
||
config SOUND_BT878 | ||
tristate "BT878 audio dma" | ||
depends on SOUND_PRIME && PCI | ||
|
@@ -33,7 +47,7 @@ config SOUND_BCM_CS4297A | |
|
||
config SOUND_ES1371 | ||
tristate "Creative Ensoniq AudioPCI 97 (ES1371)" | ||
depends on SOUND_PRIME && PCI | ||
depends on SOUND_PRIME && PCI && OBSOLETE_OSS | ||
help | ||
Say Y or M if you have a PCI sound card utilizing the Ensoniq | ||
ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters