From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 23:28:05 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F2A37B401; Wed, 25 Jun 2003 23:28:05 -0700 (PDT) Received: from ns.gfk.ru (ns.gfk.ru [62.205.179.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2432744028; Wed, 25 Jun 2003 23:28:01 -0700 (PDT) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from mx.gfk.ru ([10.0.0.30]) by ns.gfk.ru ([62.205.179.194]) with SMTP (MDaemon.PRO.v6.5.2.R); Thu, 26 Jun 2003 10:27:19 +0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 26 Jun 2003 10:27:18 +0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: audigy 2 Thread-Index: AcM7R49EgWqW8kyQQkGlAe6HX7sVsAAX/nRw From: "Yuriy Tsibizov" To: X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.ru cc: freebsd-current@freebsd.org Subject: RE: audigy 2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 06:28:05 -0000 > On Tue, Jun 24, 2003 at 10:39:09AM +0400, Yuriy Tsibizov wrote: > > My PCM-only driver is commitable. Diff to emu10k1.c in=20 > -current is small > > and clear (at least to me). It's stable enought to be=20 > commited. But it > > will not be commited because sound@ decided to use another=20 > driver that > > is better than mine.=20 >=20 > Where is the "sound@" list? sound @ freebsd.org. It's not a public mailing list.=20 > I looked at the 2003=20 > freebsd-multimedia list > archives and couldn't find any real discussion on this. =20 > Where can I get > your your PCM-only driver patch? It's not available as a diff to -current, but I can make a diff on = weekend (I don't have any FreeBSD machine at work). You can also try to do it yourself, driver package is available from = http://chibis.persons.gfk.ru/audigy/stable/emu10k1k.tar.gz. This driver = does not include Audigy2 support, but adding it is very easy (about 10 = lines of additional code). It also have very strange mixer (I have to = emulate some of AC97 mixer registers to get volume control on Audigy).=20 Yuriy.