From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH]Device ID for Toshiba laptop which uses AD1986A Date: Thu, 20 Dec 2007 11:07:30 +0100 Message-ID: References: <1198115054.22122.8.camel@localhost.localdomain> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id DB93C247AC for ; Thu, 20 Dec 2007 13:04:26 +0100 (CET) In-Reply-To: <1198115054.22122.8.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Jiang zhe Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Thu, 20 Dec 2007 09:44:14 +0800, Jiang zhe wrote: > > Hi, > > Please refer to the [0003662]. > The model laptop-eapd get rid of the high-pitched noise. > > Signed-Off-by: Jiang Zhe The high-pitched noise should be fixed with other models, too, but after 1.0.15 release. It was a general problem of AD1986A. Meanwhile, if the machine is a laptop, this model matches certainly better than the default one. So, applied to HG tree now. Thanks. Takashi > --- alsa-driver-hg20071219/alsa-kernel/pci/hda/patch_analog.c 2007-12-20 > 09:40:37.000000000 +0800 > +++ b/alsa-kernel/pci/hda/patch_analog.c 2007-12-20 09:23:05.000000000 > +0800 > @@ -859,6 +859,7 @@ static struct snd_pci_quirk ad1986a_cfg_ > SND_PCI_QUIRK(0x17aa, 0x1017, "Lenovo A60", AD1986A_3STACK), > SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo N100", AD1986A_LAPTOP_AUTOMUTE), > SND_PCI_QUIRK(0x17c0, 0x2017, "Samsung M50", AD1986A_LAPTOP), > + SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba", AD1986A_LAPTOP_EAPD), > {} > }; > >