From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F075C3F346 for ; Thu, 27 Feb 2020 13:42:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4CEA2222C2 for ; Thu, 27 Feb 2020 13:42:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582810974; bh=iKESaSe8KqutxIY0wXUL7WNxpaQHoif996AI3uvbYa4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=BSefXcTgI8JO7UjLMYDR89vWuwOBZVkFtLR9qCH2Nx+9KcY3r9KXgNQejnpiX53A7 Siy0gxJmJolyEhltq5Mk/XbWy5ES5bkQ7vUlTgoiGSuzmW9ZT057WzhOQm/7kJtipX o86c0/PyF9cHW9gndy19fnRJCYm/pmKAXdZbmW54= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729855AbgB0Nmx (ORCPT ); Thu, 27 Feb 2020 08:42:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:37958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729076AbgB0Nmv (ORCPT ); Thu, 27 Feb 2020 08:42:51 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F35EE21D7E; Thu, 27 Feb 2020 13:42:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582810971; bh=iKESaSe8KqutxIY0wXUL7WNxpaQHoif996AI3uvbYa4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0Dare2aCaqkvEFH6Vb8AZWZoXX9iL022+x0Ng5jaLpkC7NQS2NJpLWhI02++bOdR1 /3dDS/GXysUvUx0Ln2cePSK9TI0xTHLoTTyhWDhQ793QWwi0T3BlYR5fOdjS+5LBv5 eQhLwCjvpbZedYxhLL1Xzqul++SJZZXHizBAKByk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, =?UTF-8?q?Peter=20Gro=C3=9Fe?= , Takashi Iwai , Sasha Levin Subject: [PATCH 4.4 068/113] ALSA: hda - Add docking station support for Lenovo Thinkpad T420s Date: Thu, 27 Feb 2020 14:36:24 +0100 Message-Id: <20200227132222.676765370@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200227132211.791484803@linuxfoundation.org> References: <20200227132211.791484803@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Peter Große [ Upstream commit ef7d84caa5928b40b1c93a26dbe5a3f12737c6ab ] Lenovo Thinkpad T420s uses the same codec as T420, so apply the same quirk to enable audio output on a docking station. Signed-off-by: Peter Große Link: https://lore.kernel.org/r/20200122180106.9351-1-pegro@friiks.de Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/pci/hda/patch_conexant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 05e745e2f4271..3150ddfbdb25e 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -866,6 +866,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = { SND_PCI_QUIRK(0x17aa, 0x215f, "Lenovo T510", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21ce, "Lenovo T420", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21cf, "Lenovo T520", CXT_PINCFG_LENOVO_TP410), + SND_PCI_QUIRK(0x17aa, 0x21d2, "Lenovo T420s", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21da, "Lenovo X220", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT_PINCFG_LENOVO_TP410), SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo IdeaPad Z560", CXT_FIXUP_MUTE_LED_EAPD), -- 2.20.1