From patchwork Mon Mar 23 16:23:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Wicki X-Patchwork-Id: 6074271 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 30D5CBF90F for ; Mon, 23 Mar 2015 16:23:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 757E5202BE for ; Mon, 23 Mar 2015 16:23:39 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 8E12A2024F for ; Mon, 23 Mar 2015 16:23:37 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 846322606E0; Mon, 23 Mar 2015 17:23:36 +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, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id D488026044D; Mon, 23 Mar 2015 17:23:33 +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 5A25B260566; Mon, 23 Mar 2015 17:23:33 +0100 (CET) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by alsa0.perex.cz (Postfix) with ESMTP id 499C5260421 for ; Mon, 23 Mar 2015 17:23:26 +0100 (CET) Received: from ThinkPad.ethz.ch ([195.176.111.10]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MJmcS-1YbB3x3ukO-0019gS for ; Mon, 23 Mar 2015 17:23:26 +0100 From: Sebastian Wicki To: alsa-devel@alsa-project.org Date: Mon, 23 Mar 2015 17:23:11 +0100 Message-Id: <1427127791-1245-1-git-send-email-gandro@gmx.net> X-Mailer: git-send-email 2.3.3 X-Provags-ID: V03:K0:kr2U2ndwL4JuyQrSIqwaiC5BqJInpb8M131pqNItsQKTek6oOKl oPkkW/co/CLyuhodmstbGfsP1QDKP03zc1BRnwDAR1oHtCumq7e1u4V+RsJNFoVHyOfgxyv yWeFzbUTeu3c0wFig6malfazNHJCNklY8/L9fqDgiCZ+BbTIQLlqh3petI58kPg2iHq6IQq IpDcr+iMfLfAszSNst9IQ== X-UI-Out-Filterresults: notjunk:1; Subject: [alsa-devel] [PATCH v2] 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..8775389 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4995,6 +4995,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC), SND_PCI_QUIRK(0x17aa, 0x501e, "Thinkpad L440", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK), SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K), SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),