]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r318820:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 May 2017 08:27:11 +0000 (08:27 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 May 2017 08:27:11 +0000 (08:27 +0000)
commit619732cbc00ba6b340c14e30a42de0447862e40d
treea466621177e834216fb0a4db375e6d66ff2e0da2
parent350d7426c42f8e33c2de90bc8d942cb0aee81c7e
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/10@318979 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pcm/feeder_mixer.c
sys/tools/sound/snd_fxdiv_gen.awk