* [PATCH]Device ID for Toshiba laptop which uses AD1986A
@ 2007-12-20 1:44 Jiang zhe
2007-12-20 10:07 ` Takashi Iwai
[not found] ` <20071221193932.GF29292@serv.smile.org.ua>
0 siblings, 2 replies; 3+ messages in thread
From: Jiang zhe @ 2007-12-20 1:44 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai
Hi,
Please refer to the [0003662].
The model laptop-eapd get rid of the high-pitched noise.
Signed-Off-by: Jiang Zhe <zhe.jiang@intel.com>
--- 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),
{}
};
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH]Device ID for Toshiba laptop which uses AD1986A 2007-12-20 1:44 [PATCH]Device ID for Toshiba laptop which uses AD1986A Jiang zhe @ 2007-12-20 10:07 ` Takashi Iwai [not found] ` <20071221193932.GF29292@serv.smile.org.ua> 1 sibling, 0 replies; 3+ messages in thread From: Takashi Iwai @ 2007-12-20 10:07 UTC (permalink / raw) To: Jiang zhe; +Cc: alsa-devel 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 <zhe.jiang@intel.com> 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), > {} > }; > > ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20071221193932.GF29292@serv.smile.org.ua>]
* Re: [PATCH]Device ID for Toshiba laptop which uses AD1986A [not found] ` <20071221193932.GF29292@serv.smile.org.ua> @ 2007-12-24 2:12 ` Jiang zhe 0 siblings, 0 replies; 3+ messages in thread From: Jiang zhe @ 2007-12-24 2:12 UTC (permalink / raw) To: Andy Shevchenko; +Cc: tiwai, alsa-devel On Fri, 2007-12-21 at 21:39 +0200, Andy Shevchenko wrote: > Hi Jiang zhe! > > On Thu, Dec 20, 2007 at 09:44:14AM +0800, Jiang zhe wrote next: > > > @@ -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), > > {} > > }; > Please, keep list sorted by PCI SSID. > Thank you very much! ^_^ --- alsa-driver-hg20071224/alsa-kernel/pci/hda/patch_analog.c 2007-12-21 09:00:06.000000000 +0800 +++ b/alsa-kernel/pci/hda/patch_analog.c 2007-12-24 10:07:54.000000000 +0800 @@ -848,6 +848,7 @@ static struct snd_pci_quirk ad1986a_cfg_ SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS M2N", AD1986A_3STACK), SND_PCI_QUIRK(0x1043, 0x8234, "ASUS M2N", AD1986A_3STACK), SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS A8N-VM", AD1986A_3STACK), + SND_PCI_QUIRK(0x1179, 0xff40, "Toshiba", AD1986A_LAPTOP_EAPD), SND_PCI_QUIRK(0x144d, 0xb03c, "Samsung R55", AD1986A_3STACK), SND_PCI_QUIRK(0x144d, 0xc01e, "FSC V2060", AD1986A_LAPTOP), SND_PCI_QUIRK(0x144d, 0xc023, "Samsung X60", AD1986A_LAPTOP_EAPD), @@ -859,7 +860,6 @@ 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), {} }; ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-24 2:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 1:44 [PATCH]Device ID for Toshiba laptop which uses AD1986A Jiang zhe
2007-12-20 10:07 ` Takashi Iwai
[not found] ` <20071221193932.GF29292@serv.smile.org.ua>
2007-12-24 2:12 ` Jiang zhe
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox