From owner-cvs-all@FreeBSD.ORG Thu Jun 26 06:13:19 2003 Return-Path: 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 444E537B401; Thu, 26 Jun 2003 06:13:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BB743FA3; Thu, 26 Jun 2003 06:13:18 -0700 (PDT) (envelope-from mdodd@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 h5QDDI0U066851; Thu, 26 Jun 2003 06:13:18 -0700 (PDT) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5QDDIBb066847; Thu, 26 Jun 2003 06:13:18 -0700 (PDT) Message-Id: <200306261313.h5QDDIBb066847@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 26 Jun 2003 06:13:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 13:13:19 -0000 mdodd 2003/06/26 06:13:18 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c Log: Set a lower bound on fragment size rather than returning a failure when the user specifies a maximum fragment size < 2. This is the behavior that Linux provides and fixes the problem I've observed in Tribes2 where sounds effects are delayed by 1/2 a second. Revision Changes Path 1.64 +2 -4 src/sys/dev/sound/pcm/dsp.c