Searched hist:"0 f86d40bf58c3eec01effe2ee55c0268fff74da0" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/tools/sound/ |
H A D | snd_fxdiv_gen.awk | diff 0f86d40bf58c3eec01effe2ee55c0268fff74da0 Wed May 24 23:42:48 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> 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.
MFC after: 3 days
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_mixer.c | diff 0f86d40bf58c3eec01effe2ee55c0268fff74da0 Wed May 24 23:42:48 CEST 2017 Hans Petter Selasky <hselasky@FreeBSD.org> 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.
MFC after: 3 days
|