Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755340AbYJGFzp (ORCPT ); Tue, 7 Oct 2008 01:55:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751164AbYJGFzg (ORCPT ); Tue, 7 Oct 2008 01:55:36 -0400 Received: from ns2.suse.de ([195.135.220.15]:47132 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbYJGFzg (ORCPT ); Tue, 7 Oct 2008 01:55:36 -0400 Date: Tue, 07 Oct 2008 07:55:34 +0200 Message-ID: From: Takashi Iwai To: Greg KH Cc: "Oleksandr Natalenko" , linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: [patch 05/28] ALSA: hda - Fix model for Dell Inspiron 1525 In-Reply-To: <20081006231708.GF20567@suse.de> References: <20081006225949.357365087@mini.kroah.org> <20081006231639.GA20567@suse.de> <20081006231708.GF20567@suse.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1958 Lines: 54 At Mon, 6 Oct 2008 16:17:08 -0700, Greg KH wrote: > > 2.6.25-stable review patch. If anyone has any objections, please let us > know. This patch seems unnecessary for 2.6.25 but only for 2.6.26. The original bug reporter (Cc'ed) mentioned that it worked on 2.6.25.17. thanks, Takashi > > ------------------ > From: Takashi Iwai > > commit 24918b61b55c21e09a3e07cd82e1b3a8154782dc upstream > > Dell Inspiron 1525 seems to have a buggy BIOS setup and screws up > the recent codec parser, as reported by Oleksandr Natalenko: > http://lkml.org/lkml/2008/9/12/203 > > This patch adds the working model, dell-3stack, statically. > > Signed-off-by: Takashi Iwai > Signed-off-by: Greg Kroah-Hartman > > --- > sound/pci/hda/patch_sigmatel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/sound/pci/hda/patch_sigmatel.c > +++ b/sound/pci/hda/patch_sigmatel.c > @@ -1541,8 +1541,8 @@ static struct snd_pci_quirk stac927x_cfg > /* Dell 3 stack systems with verb table in BIOS */ > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS), > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS), > - SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell ", STAC_DELL_BIOS), > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS), > + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST), > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS), > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS), > SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS), > > -- > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/