From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda - Add PCI quirks for MSI all-in-one computers NetOn AP1900 and Wind Top AE2220 Date: Fri, 12 Mar 2010 12:47:51 +0100 Message-ID: References: <20100310191746.5ff22c1b@destiny.ordissimo> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 0A9971037FC for ; Fri, 12 Mar 2010 12:47:52 +0100 (CET) In-Reply-To: <20100310191746.5ff22c1b@destiny.ordissimo> 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: Anisse Astier Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 10 Mar 2010 19:17:46 +0100, Anisse Astier wrote: > > > > Signed-off-by: Anisse Astier > --- > Hi, > > This should make the speakers and jack detection work on those computers. Do you really need these quirks even with the latest alsa-driver? If yes, fine to apply the patch. Anyway, it'd be helpful if you give alsa-info.sh outputs (run with --no-upload option). thanks, Takashi > > Regards, > > Anisse > > sound/pci/hda/patch_realtek.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index e8cbe21..970d0b2 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -9191,6 +9191,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = { > SND_PCI_QUIRK(0x1462, 0x4314, "MSI", ALC883_TARGA_DIG), > SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG), > SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG), > + SND_PCI_QUIRK(0x1462, 0x4570, "MSI Wind Top AE2220", ALC883_TARGA_DIG), > SND_PCI_QUIRK(0x1462, 0x6510, "MSI GX620", ALC883_TARGA_8ch_DIG), > SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG), > SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG), > @@ -9200,6 +9201,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = { > SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG), > SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG), > SND_PCI_QUIRK(0x1462, 0x7350, "MSI", ALC883_6ST_DIG), > + SND_PCI_QUIRK(0x1462, 0x7437, "MSI NetOn AP1900", ALC883_TARGA_DIG), > SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG), > SND_PCI_QUIRK(0x1462, 0xaa08, "MSI", ALC883_TARGA_2ch_DIG), > > -- > 1.6.5.7 >