From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752007Ab0KVGn1 (ORCPT ); Mon, 22 Nov 2010 01:43:27 -0500 Received: from cantor.suse.de ([195.135.220.2]:57994 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144Ab0KVGn0 (ORCPT ); Mon, 22 Nov 2010 01:43:26 -0500 Date: Mon, 22 Nov 2010 07:43:25 +0100 Message-ID: From: Takashi Iwai To: Manoj Iyer Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Enable jack sense for Thinkpad Edge 11 In-Reply-To: References: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Thu, 18 Nov 2010 23:20:50 -0500, Manoj Iyer wrote: > > Sorry my patch encoding was broken, below is the correction. > > The following changes since commit 0c1c062266ecfeaebadadb780020a422f829284f: > Manoj Iyer (1): > Enable jack sense for Thinkpad Edge 11 > > are available in the git repository at: > > git://kernel.ubuntu.com/manjo/linux-2.6.git thinpad11 The fixed patch seems missing. Could you repost? thanks, Takashi > > On Thu, Nov 18, 2010 at 4:35 PM, Manoj Iyer wrote: > > This patch enables audio play back from external headphones on Thinkpad Edge 11. > > > > The following changes since commit 0c1c062266ecfeaebadadb780020a422f829284f: > >  Manoj Iyer (1): > >        Enable jack sense for Thinkpad Edge 11 > > > > are available in the git repository at: > > > >  git://kernel.ubuntu.com/git/manjo/linux-2.6.git thinpad11 > > > > From 89796b0608f0c36cbd05d0426e95386766ff20b9 Mon Sep 17 00:00:00 2001 > > From: Manoj Iyer > > Date: Thu, 18 Nov 2010 21:24:42 +0000 > > Subject: [PATCH] Enable jack sense for Thinkpad Edge 11 > > > > Signed-off-by: Manoj Iyer > > --- > >  sound/pci/hda/patch_conexant.c |    1 + > >  1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c > > index 6361f75..b8d6554 100644 > > --- a/sound/pci/hda/patch_conexant.c > > +++ b/sound/pci/hda/patch_conexant.c > > @@ -3108,6 +3108,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { > >        SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), > >        SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400s", CXT5066_THINKPAD), > >        SND_PCI_QUIRK(0x17aa, 0x21b2, "Thinkpad X100e", CXT5066_IDEAPAD), > > +       SND_PCI_QUIRK(0x17aa, 0x21c8, "Thinkpad Edge 11", CXT5066_THINKPAD), > >        SND_PCI_QUIRK(0x17aa, 0x21b3, "Thinkpad Edge 13 (197)", > > CXT5066_IDEAPAD), > >        SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD), > >        SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD), > > -- > > 1.7.0.4 > > > > --- > > Manoj Iyer > > > > > > -- > --manjo >