From owner-freebsd-questions@FreeBSD.ORG Mon Dec 13 13:52:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2E416A4CE for ; Mon, 13 Dec 2004 13:52:13 +0000 (GMT) Received: from szamoca.krvarr.bc.ca (s142-179-111-232.bc.hsia.telus.net [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A287F43D62 for ; Mon, 13 Dec 2004 13:52:10 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id iBDDqA6D000933 for ; Mon, 13 Dec 2004 05:52:10 -0800 (PST) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id iBDDq9YB000930; Mon, 13 Dec 2004 05:52:09 -0800 (PST) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16829.40585.759971.425967@szamoca.krvarr.bc.ca> Date: Mon, 13 Dec 2004 05:52:09 -0800 To: freebsd-questions@freebsd.org X-Mailer: VM 7.07 under Emacs 21.3.1 Subject: Changing hw.snd.pcm0.buffersize in 4.10. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 13:52:13 -0000 Is it possible to change the sysctl variable hw.snd.pcm0.buffersize (DMA buffer size for the soundcard) in FreeBSD 4.10? I know that in 5.x this is changed in devices.hints. I'm guessing that something in the kernel config file will do the job, but haven't been able to figure out what. I am trying to increase the buffersize to get rid of little skips in the playback, which I believe are caused by underruns. Thanks, Sandy