From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 14:43:46 2005 Return-Path: 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 9785516A4F2 for ; Thu, 17 Mar 2005 14:43:46 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66E243D3F for ; Thu, 17 Mar 2005 14:43:45 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j2HEhVCp006139; Thu, 17 Mar 2005 09:43:37 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j2HEgwbk006930; Thu, 17 Mar 2005 09:42:58 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j2HEh0i1030382; Thu, 17 Mar 2005 09:43:01 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j2HEh01R029920; Thu, 17 Mar 2005 09:43:00 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j2HEgtl4029919; Thu, 17 Mar 2005 09:42:55 -0500 Date: Thu, 17 Mar 2005 09:42:54 -0500 From: Mathew Kanner To: Kazuhito HONDA Message-ID: <20050317144254.GB28457@cnd.mcgill.ca> References: <20050314.175529.343177321.kazuhito@ph.noda.tus.ac.jp> <20050315.024310.343172748.kazuhito@ph.noda.tus.ac.jp> <20050314180718.GA20990@cnd.mcgill.ca> <20050317.222837.1067354798.kazuhito@ph.noda.tus.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050317.222837.1067354798.kazuhito@ph.noda.tus.ac.jp> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net cc: mat@cnd.mcgill.ca Subject: Re: uaudio patch, capabilities X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 14:43:46 -0000 On Mar 17, Kazuhito HONDA wrote: > From: Mathew Kanner > Subject: Re: uaudio patch, capabilities > Date: Mon, 14 Mar 2005 13:07:18 -0500 > > > Good, I hope to commit this this comming weekend, unless you > > can see any reason not to. > > I see. > > By the way, I guess that the problem of big UAUDIO_PCM_BUFF_SIZE > (or small maxsegz) is caused on prerelease of FreeBSD 5.4, > because I remember it was caused by change of buffer.c > from 1.23 to 1.24 (from 1.23 to 1.23.2.1 in PRELENG_5). > If it's true, the patch for the problem > should be applied before the next release. True enough. I'll break out the fix for the buffer (could please comment on the part where I set the maxsegz to the allocated buffersize) to a seperate patch and request a MFC from the re. I won't be able to do this until saturday. Also I've tried your patch that add sysctls for mixer controls and I can't see a reason not to commit it, can you? Thanks, --Mat --