]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid zero padding when feeding read channels. chn_rdfeed has no way
authororion <orion@FreeBSD.org>
Mon, 3 Feb 2003 15:02:28 +0000 (15:02 +0000)
committerorion <orion@FreeBSD.org>
Mon, 3 Feb 2003 15:02:28 +0000 (15:02 +0000)
commit658f4bf358e436b44e6d53890d6c9d192ace524b
tree5fc0bcc31c39fd0767a51b9e051e69b5f432c2da
parent7fd7c82761afb4df360e6732570c65665fe5208e
Avoid zero padding when feeding read channels.  chn_rdfeed has no way
of knowing data size transformations of feeder chain and in some cases
this means too much data is pulled through chain, eg converting input
stream from 16bits to 8bits on 16bit only h/w.

PR: kern/37831
Submitted by: Harti Brandt <brandt@fokus.fraunhofer.de>
sys/dev/sound/pcm/feeder.c