Created attachment 148545 [details] sound: Remove obsolete __FreeBSD_version checks The sound subsystem contains many checks for various unsupported FreeBSD versions. This patch removes them, as well as some associated dead code.
Created attachment 148546 [details] sound: Remove obsolete __FreeBSD_version checks The previous version of this patch contained a bug
A commit references this bug: Author: bapt Date: Mon Nov 3 11:11:50 UTC 2014 New revision: 274035 URL: https://svnweb.freebsd.org/changeset/base/274035 Log: Remove check for obsolete FreeBSD versions PR: 194517 Submitted by: Fran?ois Tigeot <ftigeot@wolfpond.org> Changes: head/sys/dev/sound/isa/gusc.c head/sys/dev/sound/isa/sb16.c head/sys/dev/sound/isa/sbc.c head/sys/dev/sound/midi/sequencer.c head/sys/dev/sound/pci/als4000.c head/sys/dev/sound/pci/cs4281.c head/sys/dev/sound/pci/csa.c head/sys/dev/sound/pci/emu10kx.c head/sys/dev/sound/pci/envy24.c head/sys/dev/sound/pci/envy24ht.c head/sys/dev/sound/pci/maestro.c head/sys/dev/sound/pci/vibes.c head/sys/dev/sound/pcm/dsp.c head/sys/dev/sound/pcm/mixer.c head/sys/dev/sound/pcm/sound.c head/sys/dev/sound/pcm/sound.h