From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 26 15:52:29 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 A9E6E16A46C for ; Tue, 26 Jun 2007 15:52:29 +0000 (UTC) (envelope-from probsd@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 514B313C45B for ; Tue, 26 Jun 2007 15:52:29 +0000 (UTC) (envelope-from probsd@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1230902wra for ; Tue, 26 Jun 2007 08:52:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:cc:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=WW/OqDtelQBG8EjwyOnHBegw0vBkB9nFL8kFA9MqT92IgYWKxg7NndrEq/nhTcHqh0E5Mz5yVkFHABhknLvKUZEzyHegjsvD38pyQD24iGK0Xxr6BQloXIuAgojbeXoub3AExj8qk1EmU6mOVEXPqVwFMOI5JtSh2BUTKxmDqKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:cc:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=QPUMnWsRyFqOMmrcK7gKzSd9gyuUhBJBNjVqgwca7RkvkjWQwfo1rLimsWa7OettDOQcjmK/IoFnaGP3SyJvOet/kPg17ZZFfYhNezQ62YBy7mihe78TJN8+yLAuY3Jjnizxi9iuaoHa4EAmFp3bz5YVE8Z6tOObJhTA7GyYQKU= Received: by 10.90.27.13 with SMTP id a13mr5465145aga.1182873147899; Tue, 26 Jun 2007 08:52:27 -0700 (PDT) Received: from rcpu ( [68.77.155.162]) by mx.google.com with ESMTP id c12sm26831558nzc.2007.06.26.08.52.26 (version=SSLv3 cipher=RC4-MD5); Tue, 26 Jun 2007 08:52:26 -0700 (PDT) Message-ID: <00df01c7b80a$03d0fc80$040aa8c0@rcpu> From: "Rick" To: "Yuriy Tsibizov" References: <010501c7b1d7$c9e10200$040aa8c0@rcpu> <78664C02FF341B4FAC63E561846E3BCC0A12E5@ex.hhp.local> Date: Tue, 26 Jun 2007 10:52:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: freebsd-multimedia@freebsd.org Subject: Re: SB Live 5.1 Digital - sysctl ? 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: Tue, 26 Jun 2007 15:52:29 -0000 Hi Yuriy, I was unable to test last night because of error I was getting in a different area of the source code. I recompiled with new source code and your patch and everything looks great, however I can't physically check the sound until I get home tonight. I will let you know if all worked good tonight. I did notice pcm1 for the rear channel, pcm0 for the front channel and the sysctl switch for digital. I am very excited to hear it. Thanks, Rick ----- Original Message ----- From: "Yuriy Tsibizov" To: "Rick" Cc: Sent: Monday, June 25, 2007 6:07 AM Subject: RE: SB Live 5.1 Digital - sysctl ? > -----Original Message----- > From: owner-freebsd-multimedia@freebsd.org > [mailto:owner-freebsd-multimedia@freebsd.org] On Behalf Of Rick > Sent: Monday, June 18, 2007 10:38 PM > To: freebsd-multimedia@freebsd.org > Subject: SB Live 5.1 Digital - sysctl ? > > Is there a sysctl switch to change between digital and analog > mode on the emu10kx driver for the SB Live 5.1 Digital sound > card yet? For now I have been manually changing line 2510 of > emu10kx.c from "emumix_set_mode(sc, def_mode);" to > "emumix_set_mode(sc, MODE_DIGITAL);" every week when I csup > the latest sources. I feel this would be a great addition. Can you try http://chibis.persons.gfk.ru/audigy/snd_emu10kx_70_patch ? Yuriy.