mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Enable jack sense for Thinkpad Edge 11
@ 2010-11-18 21:35 Manoj Iyer
  2010-11-19  4:20 ` Manoj Iyer
  0 siblings, 1 reply; 4+ messages in thread
From: Manoj Iyer @ 2010-11-18 21:35 UTC (permalink / raw)
  To: Takashi Iwai, alsa-devel, linux-kernel

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 <manoj.iyer@canonical.com>
Date: Thu, 18 Nov 2010 21:24:42 +0000
Subject: [PATCH] Enable jack sense for Thinkpad Edge 11

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
---
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Enable jack sense for Thinkpad Edge 11
  2010-11-18 21:35 [PATCH] Enable jack sense for Thinkpad Edge 11 Manoj Iyer
@ 2010-11-19  4:20 ` Manoj Iyer
  2010-11-22  6:43   ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Manoj Iyer @ 2010-11-19  4:20 UTC (permalink / raw)
  To: Takashi Iwai, alsa-devel, linux-kernel

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

On Thu, Nov 18, 2010 at 4:35 PM, Manoj Iyer <manoj.iyer@canonical.com> 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 <manoj.iyer@canonical.com>
> Date: Thu, 18 Nov 2010 21:24:42 +0000
> Subject: [PATCH] Enable jack sense for Thinkpad Edge 11
>
> Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Enable jack sense for Thinkpad Edge 11
  2010-11-19  4:20 ` Manoj Iyer
@ 2010-11-22  6:43   ` Takashi Iwai
  2010-11-22 14:58     ` Manoj Iyer
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2010-11-22  6:43 UTC (permalink / raw)
  To: Manoj Iyer; +Cc: alsa-devel, linux-kernel

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 <manoj.iyer@canonical.com> 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 <manoj.iyer@canonical.com>
> > Date: Thu, 18 Nov 2010 21:24:42 +0000
> > Subject: [PATCH] Enable jack sense for Thinkpad Edge 11
> >
> > Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
> > ---
> >  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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Enable jack sense for Thinkpad Edge 11
  2010-11-22  6:43   ` Takashi Iwai
@ 2010-11-22 14:58     ` Manoj Iyer
  0 siblings, 0 replies; 4+ messages in thread
From: Manoj Iyer @ 2010-11-22 14:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, linux-kernel

On Mon, Nov 22, 2010 at 12:43 AM, Takashi Iwai <tiwai@suse.de> wrote:
> 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?

>From 89796b0608f0c36cbd05d0426e95386766ff20b9 Mon Sep 17 00:00:00 2001
From: Manoj Iyer <manoj.iyer@canonical.com>
Date: Thu, 18 Nov 2010 21:24:42 +0000
Subject: [PATCH] Enable jack sense for Thinkpad Edge 11

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
---
 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



>
>
> thanks,
>
> Takashi
>
>>
>> On Thu, Nov 18, 2010 at 4:35 PM, Manoj Iyer <manoj.iyer@canonical.com> 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 <manoj.iyer@canonical.com>
>> > Date: Thu, 18 Nov 2010 21:24:42 +0000
>> > Subject: [PATCH] Enable jack sense for Thinkpad Edge 11
>> >
>> > Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
>> > ---
>> >  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
>>
>



-- 
--manjo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-22 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 21:35 [PATCH] Enable jack sense for Thinkpad Edge 11 Manoj Iyer
2010-11-19  4:20 ` Manoj Iyer
2010-11-22  6:43   ` Takashi Iwai
2010-11-22 14:58     ` Manoj Iyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®