From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 10 17:31:52 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466D016A41C for ; Sun, 10 Jul 2005 17:31:52 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com [68.142.198.210]) by mx1.FreeBSD.org (Postfix) with SMTP id B009643D46 for ; Sun, 10 Jul 2005 17:31:51 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 35954 invoked from network); 10 Jul 2005 17:31:51 -0000 Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.213.247 with login) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 10 Jul 2005 17:31:50 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 7EF09612E; Sun, 10 Jul 2005 12:31:50 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09852-01; Sun, 10 Jul 2005 12:31:48 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 7D0F960EB; Sun, 10 Jul 2005 12:31:48 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.4/8.13.4) with ESMTP id j6AHVkUl007060; Sun, 10 Jul 2005 12:31:47 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <42D15B7D.90805@alumni.rice.edu> Date: Sun, 10 Jul 2005 12:31:41 -0500 From: Jonathan Noack User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050428) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <42D02CA9.4080201@alumni.rice.edu> <20050710051523.0a67cd91.skywizard@MyBSD.org.my> <42D0C502.9030906@alumni.rice.edu> <20050710132537.16559eec@Magellan.Leidinger.net> In-Reply-To: <20050710132537.16559eec@Magellan.Leidinger.net> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFF8727EA11F6BB33145175CE" X-Virus-Scanned: amavisd-new at noacks.org Cc: freebsd-multimedia@freebsd.org, mat@cnd.mcgill.ca, Ariff Abdullah Subject: Re: Massive sound changes / fix (24/32bit pcm support, new sampling rate converter, various fixes) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 17:31:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFF8727EA11F6BB33145175CE Content-Type: multipart/mixed; boundary="------------010407040300090207000701" This is a multi-part message in MIME format. --------------010407040300090207000701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/10/05 06:25, Alexander Leidinger wrote: > On Sun, 10 Jul 2005 01:49:38 -0500 > Jonathan Noack wrote: >>+.It Va hw.snd.pcm%d.latency_timer >>+Controls the PCI latency timer setting. >>+Adjusting this to an appropriate value will solve most popping and crackling issues >>+(especially on VIA motherboards). > > I think "Increasing this value will solve" would be better, since the > man-page doesn't say what "an appropriate" value is. "Incresing" on the > other side at least tells the user what values he should try. Thanks! New patch attached. -- Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------010407040300090207000701 Content-Type: text/x-patch; name="es137x_man.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="es137x_man.diff" Index: snd_es137x.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/snd_es137x.4,v retrieving revision 1.4 diff -u -r1.4 snd_es137x.4 --- snd_es137x.4 22 May 2005 16:14:55 -0000 1.4 +++ snd_es137x.4 10 Jul 2005 17:30:37 -0000 @@ -39,6 +39,23 @@ bridge driver allows the generic audio driver .Xr sound 4 to attach to the Ensoniq 137x audio cards. +.Ss Runtime Configuration +The following +.Xr sysctl 8 +variables are available in addition to those available to all +.Xr sound 4 +devices: +.Bl -tag -width ".Va hw.snd.report_soft_formats" -offset indent +.It Va hw.snd.pcm%d.latency_timer +Controls the PCI latency timer setting. +Increasing this value will solve most popping and crackling issues +(especially on VIA motherboards). +.It Va hw.snd.pcm%d.spdif_enabled +Enables S/PDIF output on the primary playback channel. +This +.Xr sysctl 8 +variable is available only if the device is known to support S/PDIF output. +.El .Sh HARDWARE The .Nm @@ -59,3 +76,4 @@ .An "Russell Cattelan" Aq cattelan@thebarn.com .An "Cameron Grant" Aq cg@FreeBSD.org .An "Joachim Kuebart" +.An "Jonathan Noack" Aq noackjr@alumni.rice.edu --------------010407040300090207000701-- --------------enigFF8727EA11F6BB33145175CE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC0VuCUFz01pkdgZURAh2+AKCD/XU/4jLykzHxURQvFsiX1rPdWQCfS7pi TYaeCauTpf9xboekYrNQva4= =J4Ao -----END PGP SIGNATURE----- --------------enigFF8727EA11F6BB33145175CE--