Received: by 10.213.65.68 with SMTP id h4csp458948imn; Tue, 13 Mar 2018 09:43:07 -0700 (PDT) X-Google-Smtp-Source: AG47ELs3UpMK/MThBEDCsDQfKBf8RQY0aJkoj5JbNGX7kR1dE2br0Wh40pzJ+A5wZ/jz3gTB3pxe X-Received: by 10.99.120.197 with SMTP id t188mr1014755pgc.358.1520959387781; Tue, 13 Mar 2018 09:43:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520959387; cv=none; d=google.com; s=arc-20160816; b=pRiE0Ymyx2QTlPwkYp12SFy7qOba3J5z9Idvxt1cbYVztDuU0bhnX6ceHOYQRngdZ2 HNoR3/fwOSURLvXzpwDGJvqDPCnmctKNXMwsIoMs2uOrZ6h2kJ4J/s0M7XRxeRnqxFDB jIwBBQkt0S3THMTMoWaQjwBKVb8gHUETo27btLvmUMTq/I4hRnUppLEnz8Vb2+YmDcBm C+93u7i1P81TjSKX0E8vmcpKc+Orw0wDVm/TSQRxnpYoHPARKabfejvdyoQG+Ryv0szi BWd76DcEYXQuq2j7dVsInOoTt8QIzecFic8Z662+cxSWfZ++3zm1PVCTqD+5/jF3GmHo ulcA== 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=6pLBFAgZ7VB8fYuAQLTAiLE7EcxCB801uKVdyCEohA8=; b=wYuX5UVL7bS2YHsOw0grMij4O57YcjaB9zrqWiRlk+NGEopR2tgbQkeBeCAt6ApGWj lvFH0z8pSHhmht3RJjuZUk3VuhUlAMx2Xa13HrjC89skbDkQMmG90w0G88PSLkkc50Nq Dq3MU3OF3RWxgQzU8IlMBthAyypxoNCiRS1xwi4vaNnH4gWaRNN9THsbFgkidlgMwSdH dlrNOxccLqT997poabCSmouVtXArzJP5O9MpFJueMyVuTbDnNbeMg5wHrL+KhuV7He+d PLJOlKIUD+0ClL3Y4dYS/et8l403UQrFNriTHZFAlE4IdaP5vHIXJixjrER5OXFZ1D5K qxrg== 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 g1-v6si288564pld.236.2018.03.13.09.42.53; Tue, 13 Mar 2018 09:43:07 -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 S933377AbeCMPbj (ORCPT + 99 others); Tue, 13 Mar 2018 11:31:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59350 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751824AbeCMPbh (ORCPT ); Tue, 13 Mar 2018 11:31:37 -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 8800311F6; Tue, 13 Mar 2018 15:31:36 +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.15 070/146] ALSA: hda/realtek - Make dock sound work on ThinkPad L570 Date: Tue, 13 Mar 2018 16:23:57 +0100 Message-Id: <20180313152326.140137650@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152320.439085687@linuxfoundation.org> References: <20180313152320.439085687@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.15-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 @@ -6427,6 +6427,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),