All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Enable jack sense for Thinkpad Edge 13
@ 2010-12-04  0:34 Manoj Iyer
  2010-12-04  0:34 ` [PATCH] " Manoj Iyer
  0 siblings, 1 reply; 5+ messages in thread
From: Manoj Iyer @ 2010-12-04  0:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Takashi Iwai


This patch was tested on a ThinkPad Edge 13 and reported to work.

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

* [PATCH] Enable jack sense for Thinkpad Edge 13
  2010-12-04  0:34 [PATCH 1/1] Enable jack sense for Thinkpad Edge 13 Manoj Iyer
@ 2010-12-04  0:34 ` Manoj Iyer
  0 siblings, 0 replies; 5+ messages in thread
From: Manoj Iyer @ 2010-12-04  0:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Takashi Iwai

Added a quirk to cxt5066_cfg_tbl to enable jack sense for ThinkPad Edge 13.

Reference: http://launchpad.net/bugs/685015

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 846d1ea..d8b5d48 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3109,6 +3109,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, 0x21c5, "Thinkpad Edge 13", 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, 0x21c8, "Thinkpad Edge 11", CXT5066_IDEAPAD),
-- 
1.7.1


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

* Re: [PATCH] Enable jack sense for Thinkpad Edge 13
  2010-12-04  0:43 ` Manoj Iyer
@ 2010-12-04  7:59   ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2010-12-04  7:59 UTC (permalink / raw)
  To: Manoj Iyer; +Cc: linux-kernel

At Fri,  3 Dec 2010 18:43:55 -0600,
Manoj Iyer wrote:
> 
> Added a quirk to cxt5066_cfg_tbl to enable jack sense for ThinkPad Edge 13.
> 
> Reference: http://launchpad.net/bugs/685015
> 
> Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>

Applied now.  Thanks.


Takashi

> ---
>  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 846d1ea..d8b5d48 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -3109,6 +3109,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, 0x21c5, "Thinkpad Edge 13", 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, 0x21c8, "Thinkpad Edge 11", CXT5066_IDEAPAD),
> -- 
> 1.7.1
> 

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

* [PATCH] Enable jack sense for Thinkpad Edge 13
  2010-12-04  0:43 Manoj Iyer
@ 2010-12-04  0:43 ` Manoj Iyer
  2010-12-04  7:59   ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Manoj Iyer @ 2010-12-04  0:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Takashi Iwai

Added a quirk to cxt5066_cfg_tbl to enable jack sense for ThinkPad Edge 13.

Reference: http://launchpad.net/bugs/685015

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 846d1ea..d8b5d48 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3109,6 +3109,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, 0x21c5, "Thinkpad Edge 13", 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, 0x21c8, "Thinkpad Edge 11", CXT5066_IDEAPAD),
-- 
1.7.1


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

* [PATCH] Enable jack sense for Thinkpad Edge 13
@ 2010-12-04  0:43 Manoj Iyer
  2010-12-04  0:43 ` Manoj Iyer
  0 siblings, 1 reply; 5+ messages in thread
From: Manoj Iyer @ 2010-12-04  0:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Takashi Iwai


Sorry, resending patch, git send-email did not work for some reason.
This patch was tested on a ThinkPad Edge 13 and reported to work. 

Thanks 
Manoj Iyer

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

end of thread, other threads:[~2010-12-04  7:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-04  0:34 [PATCH 1/1] Enable jack sense for Thinkpad Edge 13 Manoj Iyer
2010-12-04  0:34 ` [PATCH] " Manoj Iyer
2010-12-04  0:43 Manoj Iyer
2010-12-04  0:43 ` Manoj Iyer
2010-12-04  7:59   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.