From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757186AbdELHKv (ORCPT ); Fri, 12 May 2017 03:10:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:40134 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751811AbdELHKt (ORCPT ); Fri, 12 May 2017 03:10:49 -0400 Date: Fri, 12 May 2017 09:10:47 +0200 Message-ID: From: Takashi Iwai To: Geert Uytterhoeven Cc: Christoph Hellwig , Jaroslav Kysela , Linus Torvalds , ALSA Development Mailing List , "linux-kernel@vger.kernel.org" , "Linux/m68k" Subject: Re: [alsa-devel] future of sounds/oss In-Reply-To: References: <20170511082133.GA20304@lst.de> <20170511091511.GA21055@lst.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 May 2017 09:03:07 +0200, Geert Uytterhoeven wrote: > > Hi Iwai-san, > > On Thu, May 11, 2017 at 10:21 PM, Takashi Iwai wrote: > > From: Takashi Iwai > > Subject: [PATCH] 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. > > > > Signed-off-by: Takashi Iwai > > --- > > sound/Kconfig | 26 ++++++++++++++------------ > > 1 file changed, 14 insertions(+), 12 deletions(-) > > > > diff --git a/sound/Kconfig b/sound/Kconfig > > index ee2e69a9ecd1..41eda578d08e 100644 > > --- a/sound/Kconfig > > +++ b/sound/Kconfig > > @@ -54,7 +54,8 @@ config SOUND_OSS_CORE_PRECLAIM > > > > If unsure, say Y. > > > > -source "sound/oss/dmasound/Kconfig" > > +### TO-BE-REMOVED > > +# source "sound/oss/dmasound/Kconfig" > > Please note the dmasound drivers do not have ALSA equivalents. These belong to the latter, "dead old and inactive" ones :) Are these driver still used with the latest kernel? If users are willing to help, we can provide the port to ALSA drivers, too. thanks, Takashi