Received: by 10.223.185.116 with SMTP id b49csp1026898wrg; Wed, 21 Feb 2018 10:48:24 -0800 (PST) X-Google-Smtp-Source: AH8x2271cmBElpzjBiPZ4j4zLa6ptQDOpNV+qpKM6MyVw9frfSePWNuHo+uanuFZVi2uxuwfepBl X-Received: by 2002:a17:902:6184:: with SMTP id u4-v6mr3932836plj.390.1519238904359; Wed, 21 Feb 2018 10:48:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519238904; cv=none; d=google.com; s=arc-20160816; b=yahhK/BS3SGvcLLUijwQcUFgmK+iJHFhbYfkfAD0m4uJuCTac28f4/2bTRI+2KvrTD vxZ11RGZSqIbm75e7NtddTuQZApZz8Ku1TaTyleTigPvvpu5T2ZDHGXieGqXRWha6xzu PcudirT2odyPlJiXL7aYOiRqMOragKC2/6WUHkkf+xWzvguRVZlBipYONN0fHIbNHOjU IvOdpsI6KMG//Rz8c+A1TYueZReQecynK+wt6+N+vP2qKffgjfmBr/gsnGXnlbDi6fHw iXa/KhIKtM5lg/b3wi4umYaVMHJ7s8465HzY9WXpehLxmadyMivWjGMGLewg+JNCF7hm mKIA== 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=Gebkx9xG3ZA4X7v3NZc4K/GSWimp07t03B2EjR0gXBc=; b=ryDqj99RPMxsdiOZnWmeWqY2+1vYWOORVaw74myrMmSSkE0RB2v+gRe7gLB5KuJbJy WV21ZVYw1rY23R/Uv0/SKJqro+cHYNcSib3t3610OiD5YGfrdzCjLu6S43DVUygY4nHu a33YEaA1AZtpGpktpn8McH/gfz6ovrmdJfG7IMx/Om9K65Btrj6Xba+vdUhKkTa4wFO2 v0mRyOYW/5x+tn5R2U6CQs6ESORQPKn5JKIarO0tsQCdytNyocrU2Yz/ijbUrBXdfm3Z DLLprsl35Yw8qQtkKEwqY+uJculher7d6s8u3GFo0+iTc3HY3M1OiJ10htZhJzE/kEDs +6rw== 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 5-v6si3358044plt.371.2018.02.21.10.48.10; Wed, 21 Feb 2018 10:48:24 -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 S937263AbeBUNz6 (ORCPT + 99 others); Wed, 21 Feb 2018 08:55:58 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39998 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933386AbeBUNEl (ORCPT ); Wed, 21 Feb 2018 08:04:41 -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 47F3B1125; Wed, 21 Feb 2018 13:04:40 +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.14 144/167] ALSA: hda/realtek - Add headset mode support for Dell laptop Date: Wed, 21 Feb 2018 13:49:15 +0100 Message-Id: <20180221124532.615259554@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124524.639039577@linuxfoundation.org> References: <20180221124524.639039577@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: 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 @@ -6176,6 +6176,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),