Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47573
b: refs/heads/master
c: 5aab0ad
h: refs/heads/master
i:
  47571: 06cf894
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 11, 2007
1 parent 3553d15 commit 97756c1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77adbfbf4cf96fedf9b75bb330704828c187b190
refs/heads/master: 5aab0ad5ed82d6be5173f5d2e9da6be9c1e84a9c
7 changes: 7 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ Who: Jean Delvare <khali@linux-fr.org>,

---------------------------

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 <bunk@stusta.de>

---------------------------

What: IPv4 only connection tracking/NAT/helpers
When: 2.6.22
Why: The new layer 3 independant connection tracking replaces the old
Expand Down
16 changes: 15 additions & 1 deletion trunk/sound/oss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bunk@stusta.de> 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/dmasound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config DMASOUND_ATARI

config DMASOUND_PMAC
tristate "PowerMac DMA sound support"
depends on PPC32 && PPC_PMAC && SOUND && I2C
depends on PPC32 && PPC_PMAC && SOUND && I2C && OBSOLETE_OSS
select DMASOUND
help
If you want to use the internal audio of your PowerMac in Linux,
Expand Down

0 comments on commit 97756c1

Please sign in to comment.