From patchwork Mon Mar 23 14:09:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Wicki X-Patchwork-Id: 6073661 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AB6FE9F318 for ; Mon, 23 Mar 2015 14:14:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E1E4D2026F for ; Mon, 23 Mar 2015 14:14:23 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id C80B220263 for ; Mon, 23 Mar 2015 14:14:22 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 086512606A3; Mon, 23 Mar 2015 15:14:21 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, NO_DNS_FOR_FROM,UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 9A7F126066D; Mon, 23 Mar 2015 15:14:12 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id B063E260690; Mon, 23 Mar 2015 15:14:11 +0100 (CET) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by alsa0.perex.cz (Postfix) with ESMTP id 9129F26066B for ; Mon, 23 Mar 2015 15:14:04 +0100 (CET) Received: from ThinkPad.ethz.ch ([195.176.111.3]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LqF9o-1Z4y1U0Y08-00dlrB for ; Mon, 23 Mar 2015 15:14:04 +0100 From: Sebastian Wicki To: alsa-devel@alsa-project.org Date: Mon, 23 Mar 2015 15:09:27 +0100 Message-Id: <1427119767-5249-1-git-send-email-gandro@gmx.net> X-Mailer: git-send-email 2.3.3 X-Provags-ID: V03:K0:O3YnTJKHnvsBlcYwutqe/dqzzyA1WwGuw2k8i8PZeswQN6Pi7Y3 9HK+zzL9mBZybP3I/qxZhpbCSEorc3P60fo/6J7PIFx/nZfoezF7rKIUZAZIC7hmda13QT1 yDhib+OxLKsOb1jrGVvGA/2eLZ8qWBT2cJgn3PHfA4TCvxCjWAyRnmm+nxjPtzB/A7NragE ID2eu+CIGrcGfLByT2Wsg== X-UI-Out-Filterresults: notjunk:1; Subject: [alsa-devel] [PATCH] ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036) X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP This model uses the same dock port as the previous generation. Signed-off-by: Sebastian Wicki diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index eee4532..a9e2e6e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4988,6 +4988,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC), SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP),