From patchwork Wed Oct 29 17:31:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukas Bossard X-Patchwork-Id: 5189761 X-Patchwork-Delegate: tiwai@suse.de 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E64CF9F3ED for ; Wed, 29 Oct 2014 17:31:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2DC72201DD for ; Wed, 29 Oct 2014 17:31:37 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 3AD452024D for ; Wed, 29 Oct 2014 17:31:36 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id A8060260542; Wed, 29 Oct 2014 18:31:28 +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.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 62F1B2604E1; Wed, 29 Oct 2014 18:31:18 +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 8A7982604E5; Wed, 29 Oct 2014 18:31:16 +0100 (CET) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by alsa0.perex.cz (Postfix) with ESMTP id 19CDD2604D4; Wed, 29 Oct 2014 18:31:07 +0100 (CET) Received: by mail-oi0-f48.google.com with SMTP id x69so2652445oia.35 for ; Wed, 29 Oct 2014 10:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=ZzN7uiXsvhAyYTE+lLWIqSUCnzEnQ+XGa4Q/gWDLgDg=; b=qgqL14gPL0GpPIU5FLsAUzV5rCWdPfIkkm5B1vbuHSLect/GohsW+rDpVZ8c2LJU7c XLcGB9Z5hkW68uyO1x1TnDlmOLmF6hMZtU+FlCFE98NYD4K4vljobrlbgB5O2gLiEZsN 7m3qahxupGQGJNaTA75VDyaeZNwAwUPZ12ijPjBHM0FkPJujsRwpgcyiBtH9Qd7wmNE8 GsmN4i04vGaACunjgOTFXvVvg61nsaHXz27YFcjcqBqEb+t8ogdZwdYmiSKQJnq1p9HY VKLu2xe5aYnh7Dg2AGHIpWtkbm1TZPGHeS3KRByK3t5/S001sHu41fWiOwB9GvqXOAYe 1I3Q== MIME-Version: 1.0 X-Received: by 10.60.133.49 with SMTP id oz17mr182660oeb.39.1414603867182; Wed, 29 Oct 2014 10:31:07 -0700 (PDT) Received: by 10.76.133.39 with HTTP; Wed, 29 Oct 2014 10:31:07 -0700 (PDT) Date: Wed, 29 Oct 2014 18:31:07 +0100 Message-ID: From: Lukas To: Takashi Iwai Cc: alsa-devel@alsa-project.org, patch@alsa-project.org Subject: [alsa-devel] [PATCH - hda 1/1] Add ultra dock support for Thinkpad X240. 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Adding ultra doch support for Lenovo Thinkpad X240 (17aa:2214). Signed-off-by: Lukas Bossard ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP), diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 34b7bdb..528bb2d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4803,6 +4803,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK), 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, 0x2214, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad",