From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 16 14:14:30 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 ABBC416A401 for ; Fri, 16 Mar 2007 14:14:30 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from mx.gfk.ru (mx.gfk.ru [84.21.231.130]) by mx1.freebsd.org (Postfix) with ESMTP id 2EBC613C448 for ; Fri, 16 Mar 2007 14:14:29 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from ex.hhp.local by mx.gfk.ru (MDaemon PRO v9.5.3) with ESMTP id md50000973291.msg for ; Fri, 16 Mar 2007 17:12:32 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 16 Mar 2007 17:14:35 +0300 Message-ID: <78664C02FF341B4FAC63E561846E3BCC079B4E@ex.hhp.local> In-Reply-To: <45FAA030.9060405@gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to switch Audigy in analog mode (emu10kx from CURRENT)? Thread-Index: Acdn0jT+jPfldEXDRaKiIaRxYd2H+QAAujSQ From: "Yuriy Tsibizov" To: X-Spam-Processed: mx.gfk.ru, Fri, 16 Mar 2007 17:12:32 +0300 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.ru X-Envelope-From: Yuriy.Tsibizov@gfk.ru X-MDaemon-Deliver-To: freebsd-multimedia@freebsd.org X-MDAV-Processed: mx.gfk.ru, Fri, 16 Mar 2007 17:12:33 +0300 Cc: freebsd-multimedia@freebsd.org Subject: RE: How to switch Audigy in analog mode (emu10kx from CURRENT)? 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: Fri, 16 Mar 2007 14:14:30 -0000 > -----Original Message----- > From: Karol Kwiatkowski [mailto:karol.kwiat@gmail.com]=20 > Sent: Friday, March 16, 2007 4:49 PM > To: Yuriy Tsibizov > Cc: freebsd-multimedia@freebsd.org > Subject: Re: How to switch Audigy in analog mode (emu10kx=20 > from CURRENT)? >=20 >=20 > Yuriy Tsibizov wrote: > > Yes. > > I have plans to add analog center & sub back, but I can't give you > > exact date. > > It can be next Sunday or somewere in June.... >=20 > Understood. If you'd want a tester with Audigy let me know. >=20 > One last question - is there an easy way to switch the digital output > completely off? I don't mind patching the sources, just I don't know > what to look for. You can try to change line 2510 of emu10kx.c=20 (http://fxr.watson.org/fxr/source/dev/sound/pci/emu10kx.c#L2510) to=20 emumix_set_mode(sc, MODE_ANALOG); You should get silence on center/sub instead of digital 'noise'. Yuriy.