Received: by 10.213.65.68 with SMTP id h4csp431963imn; Tue, 13 Mar 2018 08:52:41 -0700 (PDT) X-Google-Smtp-Source: AG47ELt1hjccaCf9x3ETp0+35xV0aNVJQQHqLmXIW5FCS1pN1KyhJQwOMfNbUtFZNE/qUDD/gdWc X-Received: by 10.99.64.3 with SMTP id n3mr908040pga.316.1520956361899; Tue, 13 Mar 2018 08:52:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520956361; cv=none; d=google.com; s=arc-20160816; b=Uw9VtT/ui8En/401Mjq6CCL3dnZOiRouwLxMOiMT5S8Yg/Us+20L5UyOHoxqZzeBZW dWoVlbtbOvFH/YcWbujoTJ22o4gQ8coefrj2yeMW5KkcI0aC/0FQBoDA3pYIcnEFpJR/ C0/EagCx9Fo8+uuFRiLQpC8e2L8+N/RtdYmMDv2J/CpozR8D6dCOzNtT8WRlUt5icPtD WQJU4O4x3H7REPFWS3WEiAzaKIzjpeXb14inS45d9XYyVTg1F+dsXw57Mc572KIMeZW1 PNY8EzAHtWAAqClqDgm9irOWiTFHS+iojPV6ooGhd8Mpda1eLYPMgS2zmRK0nbr8x/Cb uRWw== 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=nJscDpThZE3DXP0ppY45sOcMrX7JUJOnC2y6VuaNrYQ=; b=DEo/RgsuiILmd7doyuE+o7wiqwADQxh5uc62at5DWsEIuW2FSdfzULF0WCxCKlPMCM PYXpD3+POxiNZCi0sdWLF5tfprT+QpieuezhqPTWyARBiLQXmm/XwRE9Wj5JX5m2HE++ bpIce+wzFLOBrNlUX7+X/SQiPqYJciE4gBzRCFOARIWR7pzx9gO5FVfWR65Y85eiCiJF ckXZQTKh1iyZbyTgutzI6LTGHE7bmdx455wG3d9nbc3RhKNVD5eLEkuhRds4IQDh9+D6 le8IW5rEtRYVFT4Qnr3jyMmoenlgKEOwWzE5zgrJyUGob9AxoFs/HVboCmRIJhoZCwTV VGng== 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 m1-v6si289465pls.673.2018.03.13.08.52.27; Tue, 13 Mar 2018 08:52:41 -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 S934837AbeCMPkM (ORCPT + 99 others); Tue, 13 Mar 2018 11:40:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35580 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934132AbeCMPkI (ORCPT ); Tue, 13 Mar 2018 11:40:08 -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 84B6BFE0; Tue, 13 Mar 2018 15:40:07 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Kailang Yang , Hui Wang , Takashi Iwai Subject: [PATCH 4.14 108/140] ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines Date: Tue, 13 Mar 2018 16:25:11 +0100 Message-Id: <20180313152505.396668101@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: Hui Wang commit d5078193e56bb24f4593f00102a3b5e07bb84ee0 upstream. With the alc289, the Pin 0x1b is Headphone-Mic, so we should assign ALC269_FIXUP_DELL4_MIC_NO_PRESENCE rather than ALC225_FIXUP_DELL1_MIC_NO_PRESENCE to it. And this change is suggested by Kailang of Realtek and is verified on the machine. Fixes: 3f2f7c553d07 ("ALSA: hda - Fix headset mic detection problem for two Dell machines") Cc: Kailang Yang Cc: Signed-off-by: Hui Wang Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6765,7 +6765,7 @@ static const struct snd_hda_pin_quirk al {0x12, 0x90a60120}, {0x14, 0x90170110}, {0x21, 0x0321101f}), - SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE, + SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, {0x12, 0xb7a60130}, {0x14, 0x90170110}, {0x21, 0x04211020}),