]> git.baikalelectronics.ru Git - kernel.git/commit
sound: Disable the build of OSS drivers
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 May 2017 09:14:45 +0000 (11:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 May 2017 07:57:20 +0000 (09:57 +0200)
commitc025821ad9dd8f19459bdb1f3cfc989b77a5db53
tree2f616a5a20b647501427503c11024ada4449f6a5
parent1156a0f54746effd1fb95bd3e28eb1f66c0b078a
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 <rdunlap@infradead.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/Kconfig