From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932297AbVKYMD7 (ORCPT ); Fri, 25 Nov 2005 07:03:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932311AbVKYMD7 (ORCPT ); Fri, 25 Nov 2005 07:03:59 -0500 Received: from mail.suse.de ([195.135.220.2]:42141 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932297AbVKYMD6 (ORCPT ); Fri, 25 Nov 2005 07:03:58 -0500 Date: Fri, 25 Nov 2005 13:03:57 +0100 Message-ID: From: Takashi Iwai To: Matthew Garrett Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Add extra IDs for headphone autosense In-Reply-To: <20051124055449.GE28070@srcf.ucam.org> References: <20051124055449.GE28070@srcf.ucam.org> 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 (beta18) (chestnut) (+CVS-20041021) (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 Thu, 24 Nov 2005 05:54:49 +0000, Matthew Garrett wrote: > > The following patch adds some extra IDs for the list of hardware which > should have headphone line sense enabled by default. > > Signed-off-by: Matthew Garrett Thanks, this one could be applied to the latest ALSA tree cleanly. Takashi > > --- sound/pci/ac97/ac97_patch.c.orig 2005-11-24 05:51:52 +0000 > +++ sound/pci/ac97/ac97_patch.c 2005-11-24 05:52:41 +0000 > @@ -1639,8 +1639,12 @@ static void check_ad1981_hp_jack_sense(a > { > u32 subid = ((u32)ac97->subsystem_vendor << 16) | ac97->subsystem_device; > switch (subid) { > + case 0x0e11005a: /* HP nc4000/4010 */ > case 0x103c0890: /* HP nc6000 */ > + case 0x103c0938: /* HP nc4220 */ > case 0x103c099c: /* HP nx6110 */ > + case 0x103c0944: /* HP nc6220 */ > + case 0x103c0934: /* HP nc8220 */ > case 0x103c006d: /* HP nx9105 */ > case 0x17340088: /* FSC Scenic-W */ > /* enable headphone jack sense */ > > -- > Matthew Garrett | mjg59@srcf.ucam.org > - > 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/ >