Received: by 10.213.65.68 with SMTP id h4csp426317imn; Tue, 13 Mar 2018 08:41:54 -0700 (PDT) X-Google-Smtp-Source: AG47ELuuqdBSxv5+1k31LfSrcS8O4kIxBrt7QH+HGqeWGODpXcYsqCKwgnvrop/qA/FqYF9UsMyb X-Received: by 10.98.170.13 with SMTP id e13mr1037844pff.113.1520955714545; Tue, 13 Mar 2018 08:41:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520955714; cv=none; d=google.com; s=arc-20160816; b=bKdhF9r8A1hnBUPn8FIVTveUwAZg/V7vkUsbcg7tpfQQgELtjHD4ghLb+1YmSXvx1t S5nbim+iFTvGNp7CCwqcJ1UtZFtLEGxZv2fGdEm6ZeuDm/p7F64YSgbbwRyf59p35P1T BnYYqgk3LwrTWAlSMAc8f61lJ4TQsXppJ1x30vWTbEfpzeiSZ1r24ScRj6eH8Dig939D HnTcofikjwDVLutMgmv8l4kpOeGQZvy89SLc2MAT0Znd4COMpV6q2rHTZ2Uun5LujRPI T7oQgmjJc5tY8Hfy3IS26zLfQNxmiXLos5P/EzL+HY10NO1agcsI9cCFLpLhxeddI2S/ yUbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=gMnjfbkoVn+emhAH2P9GR+o9hbeo6xyXxW0436eSCz4=; b=DKUpw/0wLmM5FYI16ZC7mSqxc85UOBANvPEHi+NMVeHxD8mNZyiPfaUA+Yb8xCYM+f uwky0GXNAMf6S7nFq5nAJW1GxWOjWtiFln5koPa/axymW2UKRweOi/2GJICar0auOdlj 0M0objAx1qxe8FtuS7giO0Gxcrm4XnrcqT3C0fnHOgeg471epbldOcosY4HXsyuO2XMs uIe4ztAAMA4qAWbSosSw9YC3ueaqHKb3b+qw+QQr+KPOVE7OkjDdtr+nslB1cZZDwqdX 4zDgN6TKsEQCqIi8rmuYH9bsxs+Zx3xo/MtB0BM86/sqQIYrpAMW6HobslFwoa103y9k QNgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p18si265957pgu.147.2018.03.13.08.41.39; Tue, 13 Mar 2018 08:41:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934827AbeCMPkD (ORCPT + 99 others); Tue, 13 Mar 2018 11:40:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35526 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934132AbeCMPj7 (ORCPT ); Tue, 13 Mar 2018 11:39:59 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A49441047; Tue, 13 Mar 2018 15:39:58 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dennis Wassenberg , Takashi Iwai Subject: [PATCH 4.14 105/140] ALSA: hda/realtek - Make dock sound work on ThinkPad L570 Date: Tue, 13 Mar 2018 16:25:08 +0100 Message-Id: <20180313152505.202223395@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152458.201155692@linuxfoundation.org> References: <20180313152458.201155692@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dennis Wassenberg commit e4c07b3b66b7d6a24c2fe3b1ddeff5cd9b378b3a upstream. One version of Lenovo Thinkpad T570 did not use ALC298 (like other Kaby Lake devices). Instead it uses ALC292. In order to make the Lenovo dock working with that codec the dock quirk for ALC292 will be used. Signed-off-by: Dennis Wassenberg Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6404,6 +6404,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x17aa, 0x2245, "Thinkpad T470", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x2246, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x2247, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2249, "Thinkpad", ALC292_FIXUP_TPT460), SND_PCI_QUIRK(0x17aa, 0x224b, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x224c, "Thinkpad", ALC298_FIXUP_TPT470_DOCK), SND_PCI_QUIRK(0x17aa, 0x224d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),