[alsa-devel] [PATCH] sound: Retire OSS

Takashi Iwai tiwai at suse.de
Tue Oct 31 11:15:31 CET 2017


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 <perex at perex.cz>
> 
> 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/


More information about the Alsa-devel mailing list