diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-10 04:45:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:31 -0500 |
commit | 5aab0ad5ed82d6be5173f5d2e9da6be9c1e84a9c (patch) | |
tree | 4a35228213d4d1f41d066a574edbb6b5f13a9cf0 /sound/oss/dmasound | |
parent | 77adbfbf4cf96fedf9b75bb330704828c187b190 (diff) |
[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 <bunk@stusta.de>
Acked-By: Thomas Sailer <sailer@ife.ee.ethz.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss/dmasound')
-rw-r--r-- | sound/oss/dmasound/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/dmasound/Kconfig b/sound/oss/dmasound/Kconfig index cb845580fe03..18e149f52a88 100644 --- a/sound/oss/dmasound/Kconfig +++ b/sound/oss/dmasound/Kconfig | |||
@@ -14,7 +14,7 @@ config DMASOUND_ATARI | |||
14 | 14 | ||
15 | config DMASOUND_PMAC | 15 | config DMASOUND_PMAC |
16 | tristate "PowerMac DMA sound support" | 16 | tristate "PowerMac DMA sound support" |
17 | depends on PPC32 && PPC_PMAC && SOUND && I2C | 17 | depends on PPC32 && PPC_PMAC && SOUND && I2C && OBSOLETE_OSS |
18 | select DMASOUND | 18 | select DMASOUND |
19 | help | 19 | help |
20 | If you want to use the internal audio of your PowerMac in Linux, | 20 | If you want to use the internal audio of your PowerMac in Linux, |