From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 24 12:37:44 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CD9E16A408 for ; Sat, 24 Feb 2007 12:37:44 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 1118613C471 for ; Sat, 24 Feb 2007 12:37:44 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (h205095.ppp.asahi-net.or.jp [61.114.205.95]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 917A92E7F3 for ; Sat, 24 Feb 2007 21:21:00 +0900 (JST) Date: Sat, 24 Feb 2007 21:21:00 +0900 From: Watanabe Kazuhiro To: freebsd-multimedia In-Reply-To: <20070205195325.36bf2150@Magellan.Leidinger.net> References: <20070205195325.36bf2150@Magellan.Leidinger.net> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20070224122100.917A92E7F3@mail.asahi-net.or.jp> Subject: Re: Soundsystem: testers wanted (FreeBSD-current only) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 12:37:44 -0000 Hello. At Mon, 5 Feb 2007 19:53:25 +0100, Alexander Leidinger wrote: > at http://www.Leidinger.net/FreeBSD/current-patches I have a patch > (sound.diff) for the soundsystem to make it a little bit more > non-i386/amd64 friendly. In /usr/src you have to run "patch -C --quiet > the "-C". Then you have to rebuild your kernel/modules (depending on > how you use the soundsystem). > > What I need are reports for a lot of _different_ drivers (in case you > don't know which driver is used: if you load it as a module the driver > name is behind the string "kld" in /dev/sndstat) on i386 or amd64 > hardware if it still works or not. So if you see a report for the > driver you are using here, you don't need to test it too. I've tested the following soundchips and drivers: * Crystal CX4235 (snd_mss, FreeBSD/i386) * Creative Soundblaster Vibra16S (CT2800, snd_sb16, FreeBSD/i386) * AvanceLogic ALS4000a (snd_als4000, FreeBSD/i386) * ESS ES1869 (snd_ess, FreeBSD/i386) * Crystal CS4231A (snd_mss, FreeBSD/pc98) * Creative Soundblaster16 for PC-9800 (CT2720, snd_sb16, FreeBSD/pc98) and SiS 7012 + YAMAHA YMF753 (snd_ich, FreeBSD/i386). There is no difference in the behavior. --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp)