diff options
author | Manoj Iyer <manoj.iyer@canonical.com> | 2010-12-03 18:43:55 -0600 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-04 08:58:36 +0100 |
commit | ef61d4e6d88da80dc2b417cf8ad3c77aa94f0c8f (patch) | |
tree | 775880b397cb1b19728ad09e56b57645156e045b | |
parent | 3a253445e327d0295bbe51bcbec5f44f86b54a8c (diff) | |
download | linux-3.10-ef61d4e6d88da80dc2b417cf8ad3c77aa94f0c8f.tar.gz linux-3.10-ef61d4e6d88da80dc2b417cf8ad3c77aa94f0c8f.tar.bz2 linux-3.10-ef61d4e6d88da80dc2b417cf8ad3c77aa94f0c8f.zip |
ALSA: hda - Enable jack sense for Thinkpad Edge 13
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | 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 e652b34b1bd..4ab5ea9f053 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -3110,6 +3110,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), |