From: Sascha Wildner Date: Thu, 21 Dec 2017 21:10:09 +0000 (+0100) Subject: i386 removal, part 66/x: Remove SND_PCM_64 as an explicit kernel option. X-Git-Tag: v5.3.0~648 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/c2f72717bf923ae5a396ac52cf77e07a7e7405cc i386 removal, part 66/x: Remove SND_PCM_64 as an explicit kernel option. It only made sense as an option on i386. On x86_64 (or better, if long is 64 bits wide) it is the default, per sys/dev/sound/pcm/pcm.h. --- diff --git a/sys/conf/options b/sys/conf/options index bdb460c82a..d2f55c78a9 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -649,7 +649,6 @@ SND_DIAGNOSTIC opt_snd.h SND_FEEDER_MULTIFORMAT opt_snd.h SND_FEEDER_FULL_MULTIFORMAT opt_snd.h SND_FEEDER_RATE_HP opt_snd.h -SND_PCM_64 opt_snd.h SND_OLDSTEREO opt_snd.h PANIC_REBOOT_WAIT_TIME opt_panic.h diff --git a/sys/config/LINT64 b/sys/config/LINT64 index b142627271..061c7911de 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -1192,11 +1192,6 @@ device "snd_uaudio" # as much as possible (the default trying to # avoid it). Possible slowdown. # -# SND_PCM_64 (Only applicable for i386/32bit arch) -# Process 32bit samples through 64bit -# integer/arithmetic. Slight increase of dynamic -# range at a cost of possible slowdown. -# # SND_OLDSTEREO Only 2 channels are allowed, effectively # disabling multichannel processing. # @@ -1205,7 +1200,6 @@ options SND_DEBUG options SND_FEEDER_MULTIFORMAT options SND_FEEDER_FULL_MULTIFORMAT options SND_FEEDER_RATE_HP -options SND_PCM_64 options SND_OLDSTEREO #