Received: by 10.223.185.116 with SMTP id b49csp1020533wrg; Wed, 21 Feb 2018 10:41:26 -0800 (PST) X-Google-Smtp-Source: AH8x2278ZM+ZTGv3UELxHMuCSbnOHdtKpS1E4r2iIy04mbhKJV1FXESNsfmQqIidWVJJVOAMCxK3 X-Received: by 2002:a17:902:7c11:: with SMTP id x17-v6mr4028174pll.59.1519238486734; Wed, 21 Feb 2018 10:41:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519238486; cv=none; d=google.com; s=arc-20160816; b=D0hrLmuxUGpnqqMIvzH0SfijSuoRcCGOuZgtsBY0kTLfvYngdEfNmp8RCcQMk8koIx Xr3OvXON2TddZcvqEkpRDjEV8qJqegnEzWU4xoxGIrhI6uHM9RAZmrznkwyPsKwf/ZsB jvAUBo9SC5NHE5UNRI5cZ8fch6LN8v2O+XwLKtNM8pC8Jq2lypZco2JVMrzmpZ1+4kLa qU7yNi773fxzM0O+74HSCMFe72YHk7lYd+v9o0eZO9qDWXd/G/OzeB7Co4j++BNmpQbD CdLfx1TEMlHstAOcRMkjYeeJ33+xDmoxn4uG4QaHIZIAbQCc/Sn4plARJI5m/Zs4HFvJ ocxQ== 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=Zm91muuyVckCZIfPDMEuuuNkSjxTjWTuLGO2+662OIs=; b=NoX8V7WHQxHWjTSubUacDuFKJ2WGwBnrfSdn0Z/gWD4oRDMxj0rn0V1y0ehOxm5Lva mco8Y9Tkc3/HOh0IZrg+MOUzVR7kV2vGh46vrtZL26KCHYrodEcGEeTiTOra90LDhxRJ 34YcwWUL13i/jUFCq/UuxrKXJpda+COSaw1oD4mDX5Y7gmON6uo1DrthQQKOfO8OoIUs DJ+9FY6ZS3zeYqTXt2ejV9crJgzW5124xMToIYN1azP+pE1acMGIPpXLyRcUGAjHazYg qXJJO1seJp9C2Wl7YORTzH60pKn7kYDj5C4lw8v+QvrRmVBZR5SgpKSjIz8oeiwGirX+ umrg== 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 j186si8444370pge.747.2018.02.21.10.41.12; Wed, 21 Feb 2018 10:41:26 -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 S1752640AbeBUNUl (ORCPT + 99 others); Wed, 21 Feb 2018 08:20:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45560 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754496AbeBUNMM (ORCPT ); Wed, 21 Feb 2018 08:12:12 -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 6E892FCC; Wed, 21 Feb 2018 13:12:11 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Kailang Yang , Takashi Iwai Subject: [PATCH 4.15 145/163] ALSA: hda/realtek - Add headset mode support for Dell laptop Date: Wed, 21 Feb 2018 13:49:34 +0100 Message-Id: <20180221124538.104075697@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124529.931834518@linuxfoundation.org> References: <20180221124529.931834518@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: Kailang Yang commit 40e2c4e5a7efcd50983aacbddd3c617e776018bf upstream. This platform had two Dmic and single Dmic. This update was for single Dmic. This commit was for two Dmic. Fixes: 75ee94b20b46 ("ALSA: hda - fix headset mic problem for Dell machines...") Signed-off-by: Kailang Yang Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6199,6 +6199,8 @@ static const struct snd_pci_quirk alc269 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, 0x084b, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB), + SND_PCI_QUIRK(0x1028, 0x084e, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB), 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),