From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Date: Sat, 29 May 2010 19:47:33 +0000 Subject: Re: [PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini Message-Id: List-Id: References: <4C00F946020000230001A3FC@novprvlin0050.provo.novell.com> In-Reply-To: <4C00F946020000230001A3FC@novprvlin0050.provo.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org At Sat, 29 May 2010 03:23:50 +0200, Joey Lee wrote: > > Hi Takashi, > > The attached is my patch to > > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for > mute LED support on HP mini. > > Please kindly help review it. > > > Thank's a lot! > Joey Lee > > > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for > mute LED support on HP mini. > > Signed-off-by: Lee, Chun-Yi 2.6.34 driver should work without this quirk. Could you check? thanks, Takashi > --- > sound/pci/hda/patch_sigmatel.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/patch_sigmatel.c > b/sound/pci/hda/patch_sigmatel.c > index f1e7bab..18b75bd 100644 > --- a/sound/pci/hda/patch_sigmatel.c > +++ b/sound/pci/hda/patch_sigmatel.c > @@ -1655,6 +1655,8 @@ static struct snd_pci_quirk > stac92hd83xxx_cfg_tbl[] = { > "unknown Dell", STAC_DELL_S14), > SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600, > "HP", STAC_92HD83XXX_HP), > + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1500, > + "HP", STAC_92HD83XXX_HP), > {} /* terminator */ > }; > > -- > 1.6.0.2 > > [2 Add-92HD81B1X5-to-stac92hd83xxx_cfg_tbl-for-mute-L.patch ] > >From e32ef26f88d2a2217ce70e5a04bf5c1d9973649e Mon Sep 17 00:00:00 2001 > From: Lee, Chun-Yi > Date: Thu, 27 May 2010 19:52:47 +0800 > Subject: [PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini > > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for > mute LED support on HP mini. > > Signed-off-by: Lee, Chun-Yi > --- > sound/pci/hda/patch_sigmatel.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c > index f1e7bab..18b75bd 100644 > --- a/sound/pci/hda/patch_sigmatel.c > +++ b/sound/pci/hda/patch_sigmatel.c > @@ -1655,6 +1655,8 @@ static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = { > "unknown Dell", STAC_DELL_S14), > SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600, > "HP", STAC_92HD83XXX_HP), > + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1500, > + "HP", STAC_92HD83XXX_HP), > {} /* terminator */ > }; > > -- > 1.6.0.2 >