From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0778FC76186 for ; Wed, 24 Jul 2019 19:38:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2678214AF for ; Wed, 24 Jul 2019 19:38:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563997094; bh=1nKChgCWzbNtuHNANwO/lBckFjLb0BRnX8TG9AsQ3Bw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=MAw/QClzZak2DkeGp2wiOB7QpQNBR6NEh+PTLwQQybP5RWNiF+cZ6z4diZywLsF6q o67oBQk6NmX2LFF/HfzSUlh0gtKNvn1qasK6A7TPLD6eLFTgMRvjHPTt5t0LqW06Jq Nt4t/dU/H7cgnRGBOZna2jGzQTAZWwFMWdasZ3Q4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389597AbfGXTiN (ORCPT ); Wed, 24 Jul 2019 15:38:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:38690 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389580AbfGXTiK (ORCPT ); Wed, 24 Jul 2019 15:38:10 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D1F9E214AF; Wed, 24 Jul 2019 19:38:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563997090; bh=1nKChgCWzbNtuHNANwO/lBckFjLb0BRnX8TG9AsQ3Bw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uIDwMHj7QCDwIwYT/L/iexbrQaNDX6gmuyTMT/A2QSu/h8ExMSPlEjvqk+ENQzQx1 szqd1r4pzUoEg1cq9LpDCrizPA6y830JkBrVvQAdyVkDalYgRAz9UYGZkVn9NgE/+e h+2lRP70UUJD6tGGXtXJjXHVq2KjesOX8tPFgz7s= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hui Wang , Takashi Iwai Subject: [PATCH 5.2 317/413] ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine Date: Wed, 24 Jul 2019 21:20:08 +0200 Message-Id: <20190724191758.573125702@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191735.096702571@linuxfoundation.org> References: <20190724191735.096702571@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hui Wang commit 4b4e0e32e4b09274dbc9d173016c1a026f44608c upstream. Without this patch, the headset-mic and headphone-mic don't work. Cc: Signed-off-by: Hui Wang Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8803,6 +8803,11 @@ static const struct snd_hda_pin_quirk al {0x18, 0x01a19030}, {0x1a, 0x01813040}, {0x21, 0x01014020}), + SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE, + {0x16, 0x01813030}, + {0x17, 0x02211010}, + {0x18, 0x01a19040}, + {0x21, 0x01014020}), SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE, {0x14, 0x01014010}, {0x18, 0x01a19020},