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 AAE50C76186 for ; Mon, 29 Jul 2019 19:31:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D19F21773 for ; Mon, 29 Jul 2019 19:31:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564428664; bh=tDQDRQ12fLgTyrsfORkgshblzGCDzEYvHzE8aV8oW/M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=LLNBLHmNjAZFPImHZskAA7xV3SG0Cp+NnddxgunybLRqkI/7XkzaYZpzY/KpJJFgV rMN+97bueyPyh/6mnGkOtbe8tk+F/zQ6x3Jo6COv+kmKwtSPrLpXbI9QUytLE7rrTu dzY+3TVN8+Jiyg6Ifr9bwT710o73QPEyKtzbbPWY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729224AbfG2TbD (ORCPT ); Mon, 29 Jul 2019 15:31:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:43508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727991AbfG2Tar (ORCPT ); Mon, 29 Jul 2019 15:30:47 -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 A055221655; Mon, 29 Jul 2019 19:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564428647; bh=tDQDRQ12fLgTyrsfORkgshblzGCDzEYvHzE8aV8oW/M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=r+buXZmwpBEtkmoMyrFmKrGdCz+1WaUDmNKRUw+o7vB5oQDEJ5miYZ2QyL5jLi/zo oY7Ia0CF9pXE2UXkB8ymji6dS3QO23uPhtRvfc/nBIgZjPHs8hi/pWsLMchPVDy0VD 0C0U/HmSD8178K+dTz9rbQFEs+CfGM2gF4j/HE7M= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hui Wang , Takashi Iwai Subject: [PATCH 4.14 140/293] ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine Date: Mon, 29 Jul 2019 21:20:31 +0200 Message-Id: <20190729190835.277958453@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190729190820.321094988@linuxfoundation.org> References: <20190729190820.321094988@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 @@ -8149,6 +8149,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},