]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r318820:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 May 2017 08:30:32 +0000 (08:30 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 May 2017 08:30:32 +0000 (08:30 +0000)
commitf519548d27b5bdae74d01cf59e4a9443f054adef
tree88ca892aa1b589e278d411f66e270b9236f06242
parent0fdbc2b04549e0624514190050ceb6c109e08b27
MFC r318820:
Increase the allowed maximum number of audio channels from 31 to 127
in the PCM feeder mixer. Without this change a value of 32 channels is
treated like zero, due to using a mask of 0x1f, causing a kernel
assert when trying to playback bitperfect 32-channel audio. Also
update the AWK script which is generating the division tables to
handle more than 18 channels. This commit complements r282650.

git-svn-id: svn://svn.freebsd.org/base/stable/8@318981 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pcm/feeder_mixer.c
sys/tools/sound/snd_fxdiv_gen.awk