From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 18 20:57:20 2006 Return-Path: X-Original-To: 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 5DF8C16A403 for ; Mon, 18 Dec 2006 20:57:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id D515043CAD for ; Mon, 18 Dec 2006 20:57:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1399822uge for ; Mon, 18 Dec 2006 12:57:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MsU/a1ge9ryE/nlooPFQgnbl1+DOhZRtRlOfNCRdDMTZ8RKjtPzepCzrNR2V1UHqqYYc1a8SVcnn16BUn43yU3d4BPx0G1SdZVIUyE4sUG+cJO2NZaEmnmHrRiNkmIhBX908T1nmvxJ/3fN/spCJ87HborZvoinSFdJXP1PtLFU= Received: by 10.78.134.12 with SMTP id h12mr2678951hud.1166475420196; Mon, 18 Dec 2006 12:57:00 -0800 (PST) Received: by 10.78.167.16 with HTTP; Mon, 18 Dec 2006 12:57:00 -0800 (PST) Message-ID: Date: Mon, 18 Dec 2006 23:57:00 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Hiroharu Tamaru" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061207010750.4f73bc15.ariff@FreeBSD.org> <20061212010805.3b1b3dff.ariff@FreeBSD.org> <20061212033104.051a7d0f.ariff@FreeBSD.org> X-Google-Sender-Auth: a9d00ed8506fa68f Cc: multimedia@freebsd.org, Ariff Abdullah Subject: Re: snd_hda: loud distorted sound with NVidia MCP51 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: Mon, 18 Dec 2006 20:57:20 -0000 On 12/18/06, Hiroharu Tamaru wrote: > This is already commited. So look for this line > if (subvendor == 0x81cb1043) { > and replace it with > if (subvendor == 0x81cb1043 || subvendor == 0x10b81734) { > and have a try. This actually works very well! Thank you very much! Ariff, I'll provide additional testing as needed. Also there's another problem, independent of the patch. Sometimes the card starts playing, but just as about half a second passes the output stops (mpg123 exits) and kernel says this: pcm0:virtual:0:dsp0.v0: play interrupt timeout, channel dead It is hard to reproduce and might be related to other Turion quirks. Thanks!