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=ham 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 6D888C76186 for ; Wed, 24 Jul 2019 20:12:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35EBB20665 for ; Wed, 24 Jul 2019 20:12:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563999161; bh=yyafx3K2ReWLgd8stDUvdwOfueOQb3vlUKD2dFoABso=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=sfxTpFGjNS6GTdbfyN2BaXKineirrQQ7ZR8n047H0eEru+VVw1u+8vGlAEx3+GQHS nVqxWlwftlzMjgAUcrd3cOW3IvePtD6aXUEU+ES6gK7E7oIkTUYBsKDgLYqII55QWl 50ejo7Y8RCy0LrIYKvNYb8V3DEcq2/ae99sBLXM8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389190AbfGXUMk (ORCPT ); Wed, 24 Jul 2019 16:12:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:42240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404780AbfGXT5J (ORCPT ); Wed, 24 Jul 2019 15:57:09 -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 C4181214AF; Wed, 24 Jul 2019 19:57:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563998228; bh=yyafx3K2ReWLgd8stDUvdwOfueOQb3vlUKD2dFoABso=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xcCiukUAFVB9M4dyWmK1P0rhD1pCjGj31kAEVvEOJtVOa1q5IAVIXBe+x1dE+fKBx hGJjnRV4yY1lJAYJUZvmhFwUkBOJKdTrPKfFC3lWvWgTppYT2B8v6c1zQbP2KVDPgc MaxeGY0s3QkgVGM//FL1IEFgtUW6pq4vwiITI8ko= 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.1 290/371] ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine Date: Wed, 24 Jul 2019 21:20:42 +0200 Message-Id: <20190724191746.164850825@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191724.382593077@linuxfoundation.org> References: <20190724191724.382593077@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@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 @@ -8754,6 +8754,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},