From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] sound: Retire OSS Date: Tue, 31 Oct 2017 11:15:31 +0100 Message-ID: References: <83028545-9b12-4f43-1f31-46c18cd16681@perex.cz> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 03862266A0C for ; Tue, 31 Oct 2017 11:15:32 +0100 (CET) Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8B439ABED for ; Tue, 31 Oct 2017 10:15:31 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: ALSA development List-Id: alsa-devel@alsa-project.org On Tue, 31 Oct 2017 08:43:52 +0100, Takashi Iwai wrote: > > On Mon, 30 Oct 2017 20:31:38 +0100, > Jaroslav Kysela wrote: > > > > Dne 30.10.2017 v 16:01 Takashi Iwai napsal(a): > > > Hi, > > > > > > below is a snippet of the patch I'm going to apply for finally > > > dropping the OSS code. It's been already disabled for a few kernel > > > versions, and we didn't get any complains. So, as discussed in the > > > last audio mini-summit, we go forward now. > > > > > > Since the whole patch just removing a bunch of files is too big to > > > post (and useless), I attach only a part of it: namely, the changelog, > > > the diffstat, and the files that are modified (but not deleted). > > > > Reviewed-by: Jaroslav Kysela > > Thanks, now I merged the patch to for-next branch. > Let's see whether it goes well. ... and it had a bug, a leftover at sound/Makefile. The following diff was applied. Takashi --- diff --git a/sound/Makefile b/sound/Makefile index 6de45d2c32f7..e5794fdd3d79 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -2,8 +2,7 @@ # obj-$(CONFIG_SOUND) += soundcore.o -obj-$(CONFIG_SOUND_PRIME) += oss/ -obj-$(CONFIG_DMASOUND) += oss/ +obj-$(CONFIG_DMASOUND) += oss/dmasound/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ obj-$(CONFIG_SND_AOA) += aoa/