From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751190AbWFPKOJ (ORCPT ); Fri, 16 Jun 2006 06:14:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751191AbWFPKOJ (ORCPT ); Fri, 16 Jun 2006 06:14:09 -0400 Received: from ns1.suse.de ([195.135.220.2]:63652 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1751190AbWFPKOI (ORCPT ); Fri, 16 Jun 2006 06:14:08 -0400 Date: Fri, 16 Jun 2006 12:14:06 +0200 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: lkml , alsa-devel@alsa-project.org, akpm , perex@suse.cz Subject: Re: [Alsa-devel] [Ubuntu PATCH] sound/pci/: Add hp_only quirk for Dell D800 laptops In-Reply-To: <44909A69.2070407@oracle.com> References: <44909A69.2070407@oracle.com> 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 MULE XEmacs/21.5 (beta25) (eggplant) (+CVS-20060326) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 14 Jun 2006 16:23:21 -0700, Randy Dunlap wrote: > > From: crimsun@fungus.sh.nu > > [UBUNTU:sound/pci/] Add hp_only quirk for Dell D800 laptops > > UpstreamStatus: Not merged > http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=9ad787cd9670c3f3b8f3db235e84baf00a2ea526 > > Anders Ostling comments in Malone #41015 that his Dell D800 laptop's > volume control works correctly when the hp_only quirk is passed to > modprobe. This commit adds his hardware's sub{vendor,device} ids to > the quirk list for the intel8x0 driver. > > Signed-off-by: Daniel T Chen > Signed-off-by: Ben Collins Applied to ALSA HG tree. Thanks. Takashi > --- > > --- a/sound/pci/intel8x0.c > +++ b/sound/pci/intel8x0.c > @@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] _ > }, > { > .subvendor = 0x1028, > + .subdevice = 0x014e, > + .name = "Dell D800", /* STAC9750/51 */ > + .type = AC97_TUNE_HP_ONLY > + }, > + { > + .subvendor = 0x1028, > .subdevice = 0x0163, > .name = "Dell Unknown", /* STAC9750/51 */ > .type = AC97_TUNE_HP_ONLY > > > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel >