From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Same pci id for different ASUS machine Date: Thu, 13 Mar 2008 08:37:37 +0100 Message-ID: References: <1205376529.15217.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 mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 1330D10386C for ; Thu, 13 Mar 2008 12:16:46 +0100 (CET) In-Reply-To: <1205376529.15217.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, 13 Mar 2008 10:48:49 +0800, Jiang zhe wrote: > > Hi, > > According to the [0003839] > https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3839 > > The PCI ID of ASUS F9S is 1043:1339 and "model=lenovo" works for it. > But I found that ASUS G1 have the same id and model is 3stack in the > alsa driver. > > Which one is true? The question is rather which one is "better". At the time ASUS G1 quirk was added, there was no lenovo model preset. If lenovo preset works better, we should take it, as the devices with the same PCI SSID are supposed to be compatible. Takashi > --- alsa-driver-hg20080313/alsa-kernel/pci/hda/patch_realtek.c > 2008-03-13 09:00:08.000000000 +0800 > +++ b/alsa-kernel/pci/hda/patch_realtek.c 2008-03-13 10:38:57.000000000 > +0800 > @@ -12591,7 +12591,7 @@ static struct snd_pci_quirk alc861vd_cfg > SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST), > SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_HP), > SND_PCI_QUIRK(0x1043, 0x12e2, "Asus z35m", ALC660VD_3ST), > - SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST), > + SND_PCI_QUIRK(0x1043, 0x1339, "Asus F9S", ALC861VD_LENOVO), > SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG), > SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST), > SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO), > > [2 asus_F9s_alc861vd.patch ] > --- alsa-driver-hg20080313/alsa-kernel/pci/hda/patch_realtek.c 2008-03-13 09:00:08.000000000 +0800 > +++ b/alsa-kernel/pci/hda/patch_realtek.c 2008-03-13 10:38:57.000000000 +0800 > @@ -12591,7 +12591,7 @@ static struct snd_pci_quirk alc861vd_cfg > SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST), > SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_HP), > SND_PCI_QUIRK(0x1043, 0x12e2, "Asus z35m", ALC660VD_3ST), > - SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST), > + SND_PCI_QUIRK(0x1043, 0x1339, "Asus F9S", ALC861VD_LENOVO), > SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG), > SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST), > SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO),