Received: by 10.223.185.116 with SMTP id b49csp6277771wrg; Thu, 8 Mar 2018 04:58:57 -0800 (PST) X-Google-Smtp-Source: AG47ELuQcx1NS3kdqyeGGVjF3D/Dvk+d8UvzXxm9WKd04ojC71HfpFCvhsWcntIlqu3dp12+SqhE X-Received: by 2002:a17:902:3041:: with SMTP id u59-v6mr23874495plb.115.1520513937039; Thu, 08 Mar 2018 04:58:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520513937; cv=none; d=google.com; s=arc-20160816; b=lDhtdC91I977NkMEuQiWMOzwsTFC2qsNgDxZSpau2l5QgQqY1RcXHwhffB1L9lj2yc zdGNR9jhuRLIjsZyzXwEBB0cB95lN60R+LiEeThaT8GQPpSLPQ6Xyg3i9Nj0qftIL+p8 43pQNU2/d9hIg+cO0kUho4V1ppPeCoSQscaLGNlyW2SCnGWYyy2lnNXk/ppgIRHemEnO vgrWDHuXJCVyfxDv/NOM98MSh7o9JvNBo0mdtE3YKRDhyFgbtKQ29ihyYiPTPSWzktOs 27z20bpIm7g0LYPYjCW94y/U8WlHfXppihj2udPhS7mXK3aWHsoVusUjnj4w7OST/DnA Ke4Q== 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:subject:cc:to:from:message-id:date :arc-authentication-results; bh=57f1E9VrtNd/yepi40cD1tiOCWQgUZloVH+HSwAtLRc=; b=HcEEVVb+86dum41RFQNM3VPKnNfHgdNrgQD3pJyBtCgaURQCVXN4V1uzbgSXViZLHo OjA39qJU7TsgC2Nuodw51+jTPDBhvoGGqL23cBCKhf0wXxFPvV5ZoaTm93W+IE7jsP4h p49bBVqX4thZuIb1fepv3GYfjMICYWgufmTK5f4m4YYDZQwpkcJfgSfWuLa9Q0qVyqeP ag446B57ANS1m0wUOT1mt9xq3slh1Sh7FKpuR2+8ONvXY0BOMX/aV0vHOzThShxvu7XB omrLixs1cdHKgD9U/gsL3Mftdzh59WN1tU5un0qUtfCKgfF+ajVnttZYALSyns5471IP zhHg== 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 a1-v6si14756402pld.647.2018.03.08.04.58.42; Thu, 08 Mar 2018 04:58:56 -0800 (PST) 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 S1755824AbeCHM5e (ORCPT + 99 others); Thu, 8 Mar 2018 07:57:34 -0500 Received: from mx2.suse.de ([195.135.220.15]:45456 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755618AbeCHM5b (ORCPT ); Thu, 8 Mar 2018 07:57:31 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4BEFAAEEE; Thu, 8 Mar 2018 12:57:29 +0000 (UTC) Date: Thu, 08 Mar 2018 13:57:29 +0100 Message-ID: From: Takashi Iwai To: "Dennis Wassenberg" Cc: "Hui Wang" , "Jaroslav Kysela" , , Subject: Re: [PATCH] hda: realtek: Make dock sound work on ThinkPad L570 In-Reply-To: <46c65214-2a41-77ce-6484-979b08fc44c1@secunet.com> References: <46c65214-2a41-77ce-6484-979b08fc44c1@secunet.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 08 Mar 2018 13:17:54 +0100, Dennis Wassenberg wrote: > > 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 So, although the PCI SSID appears to be a new one, this still needs the old quirk, not for T470 dock? Just to be sure. thanks, Takashi > --- > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index b9c93fa..b5d0f8c 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -6508,6 +6508,7 @@ enum { > 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), > -- > 1.9.1 > > >