Received: by 10.213.65.68 with SMTP id h4csp522607imn; Fri, 16 Mar 2018 10:18:11 -0700 (PDT) X-Google-Smtp-Source: AG47ELuqI+cFXp9z3JWslATuzOMPGtjQoZ93YlQBK08WxUgpXDE8p+AFBVE8GgrYmn0ez/y6Lzkk X-Received: by 2002:a17:902:8bc3:: with SMTP id r3-v6mr649058plo.100.1521220691026; Fri, 16 Mar 2018 10:18:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521220691; cv=none; d=google.com; s=arc-20160816; b=quBGsnAumoJ/dNZqRIot+rF6v84Q5RjG3PeQHKS5LXxfIWBkZWGRhi7kyEHFtxF0no jtRJWffw40AFgUDSkCS6R9FC7yc5gvxAxH7TFuX/tPEbegN8TlRf1b/Rzz2p7M4RNyZ9 VtoCCJbA79hh1gW6vSQa+ZG0J1xUUNLUyma/Arz+s2Q7/xRhjZcjaWa5YbzE0iNJgugd VvESZ1yrvswag13NMHvh+13WP+kIQQSbZU+76zEWhHiC5xY0bGXCRMpdjW/ONIDrRDWn E2UjPsE29gOeBKR7T6wjapSCi+Sik2SvbzR8AOLZOsAqdXxVHL8y3Fw6e9w3+hGvdhSu S41A== 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=8aMuK14Gw9lTHslmqU8LT1ps7ObB7Fuc9u2c2Ta6ZGA=; b=voL8Fl17Apos44GBiB31JcTcXPLs8oxjUaw5e+/nWnL9GfsvKre7qUcNfxjRFmW8hk HSe2R5xXf+kOLGFIKiWHWK2WazsOr8LTqx0RnYkxNU9Xv7GHkb98oXaXEeEmYzJMZyAs eD4+nKESvSCtYs77ZquAj/8JwHcP+7Soi7gWi4L5xSvn1O7eu6vObuWoc1WxwdlDpuqe 35g9jKfJA5K/y9UbvaLY37Yzdbz33/N52uMaYUHa0gVFCl9DqZjv9ywg9U6bphjU0gqs 5q9L/xRXkI6U25/oZArsYb88r3+U0cGCU8GMocMnJe9sdQBCsIZD9ckTh1cwiMJuQUBW wAzw== 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 e34-v6si6459273plb.588.2018.03.16.10.17.56; Fri, 16 Mar 2018 10:18:10 -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 S1753416AbeCPRPp (ORCPT + 99 others); Fri, 16 Mar 2018 13:15:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37370 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933305AbeCPPbF (ORCPT ); Fri, 16 Mar 2018 11:31:05 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 016D01187; Fri, 16 Mar 2018 15:31:04 +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.9 33/86] ALSA: hda/realtek - Make dock sound work on ThinkPad L570 Date: Fri, 16 Mar 2018 16:22:56 +0100 Message-Id: <20180316152319.625288645@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180316152317.167709497@linuxfoundation.org> References: <20180316152317.167709497@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.9-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 @@ -5801,6 +5801,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),