Skip to content

Commit 31cbee6

Browse files
committed
sound: Disable the build of OSS drivers
OSS drivers are left as badly unmaintained, and now we're facing a problem to clean up the hackish set_fs() usage in their codes. Since most of drivers have been covered by ALSA, and the others are dead old and inactive, let's leave them RIP. This patch is the first step: disable the build of OSS drivers. We'll eventually drop the whole codes and clean up later. Note that sound/oss/dmasound is still kept, since it's a completely different implementation of OSS, and it doesn't suffer from set_fs() hack. Moreover, the build of ALSA is disabled on M68K by some reason, thus disabling it shall result in a regression. This one will be disabled / removed once when we add the support in ALSA side. Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 9600137 commit 31cbee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ endif # SND
115115
menuconfig SOUND_PRIME
116116
tristate "Open Sound System (DEPRECATED)"
117117
select SOUND_OSS_CORE
118+
depends on BROKEN
118119
help
119120
Say 'Y' or 'M' to enable Open Sound System drivers.
120121

0 commit comments

Comments
 (0)