From owner-cvs-all Mon Feb 3 7: 2:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4596137B401; Mon, 3 Feb 2003 07:02:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD32443F85; Mon, 3 Feb 2003 07:02:29 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h13F2Tbv027227; Mon, 3 Feb 2003 07:02:29 -0800 (PST) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h13F2TdN027223; Mon, 3 Feb 2003 07:02:29 -0800 (PST) Message-Id: <200302031502.h13F2TdN027223@repoman.freebsd.org> From: Orion Hodson Date: Mon, 3 Feb 2003 07:02:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm feeder.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2003/02/03 07:02:29 PST Modified files: sys/dev/sound/pcm feeder.c Log: 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 Revision Changes Path 1.26 +4 -0 src/sys/dev/sound/pcm/feeder.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message