Received: by 10.223.176.46 with SMTP id f43csp2669087wra; Mon, 22 Jan 2018 01:14:50 -0800 (PST) X-Google-Smtp-Source: AH8x227A6eFoehB2/pkIe21SYui2A3XCGqoj1ppkaPGxyJVIW6GF8IjsMeh6DhkVfCDls4xrEEkg X-Received: by 10.99.63.201 with SMTP id m192mr5935931pga.358.1516612489952; Mon, 22 Jan 2018 01:14:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516612489; cv=none; d=google.com; s=arc-20160816; b=cBRgQqEncmENC/p21H9g2AYFe7wMvKW2JXOgK9gUat3gTT394cuID2/6AzdRFbMx87 MDoQxJwKPRUT/EKg24AT471KZhKyQU4YRt1+KWAtmPIp3l3uLbCC5Em/sE30iv6IkVvN THF4rPCIllA7OX92xa70jMZUHz4AlgqwTCHqfW3IeWvL4DM8ZDIQjZ/wtRvFci41IBfQ LAbN8yzjZhgInj1ALxUCzPtf6sGXmd0Mvud9rgb2DkHB3JGx/FCJEkdFWdgJ3b/Zgdi8 kVbjC1Tj4gGhB6qEz7tB9SaovKAtGPZjBaIQ5W5dECz3oy7IS1zAHaPnC0zmK6qIORJD 816w== 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=35TMG9wNl0QoESD5zuMBTdZWbo8B2FARgp7hg/kcW1U=; b=zYd54kRuof2aLoNsBF5RIniydVAFwJaMNy37IBBItKA8qX9R8XSDVPkv4jNu+YQlfJ 4PB8619qb3I4824x/f8Fn/fVsxH3RIGb7OHKmfBypiUh9PBEt4iHVDV3WX/TG8BCDeVD Mt9CfSHKSe1Ygo73ISP9wCwd3NPdTAKcZrVVuihFe29LiTa6DXbaVsvD5Ozy0huKA4Lg YpXMH0M0tmnfPcdUaruvtiBwkFa//5yvvUZSolBduMK54zM0zaIqISCztGS+vlceYOkX LrcegeIkssx5zKYAyTWmtjhMCHcbEfANl3+xKi9nUUrszvnsxIp0RMggg+rTMGAgKH32 zduQ== 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 o12si13452623pgn.121.2018.01.22.01.14.35; Mon, 22 Jan 2018 01:14:49 -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 S1752046AbeAVJOE (ORCPT + 99 others); Mon, 22 Jan 2018 04:14:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966AbeAVIvR (ORCPT ); Mon, 22 Jan 2018 03:51:17 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7D0C1E9A; Mon, 22 Jan 2018 08:51:16 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Takashi Iwai Subject: [PATCH 4.14 20/89] ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant Date: Mon, 22 Jan 2018 09:45:00 +0100 Message-Id: <20180122083956.684265091@linuxfoundation.org> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180122083954.683903493@linuxfoundation.org> References: <20180122083954.683903493@linuxfoundation.org> User-Agent: quilt/0.65 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: Takashi Iwai commit e4c9fd10eb21376f44723c40ad12395089251c28 upstream. There is another Dell XPS 13 variant (SSID 1028:082a) that requires the existing fixup for reducing the headphone noise. This patch adds the quirk entry for that. BugLink: http://lkml.kernel.org/r/CAHXyb9ZCZJzVisuBARa+UORcjRERV8yokez=DP1_5O5isTz0ZA@mail.gmail.com Reported-and-tested-by: Francisco G. 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 @@ -6173,6 +6173,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x1028, 0x075b, "Dell XPS 13 9360", ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE), SND_PCI_QUIRK(0x1028, 0x075d, "Dell AIO", ALC298_FIXUP_SPK_VOLUME), SND_PCI_QUIRK(0x1028, 0x0798, "Dell Inspiron 17 7000 Gaming", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER), + SND_PCI_QUIRK(0x1028, 0x082a, "Dell XPS 13 9360", ALC256_FIXUP_DELL_XPS_13_HEADPHONE_NOISE), SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),