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=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 DD1D9C43387 for ; Mon, 7 Jan 2019 13:13:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A4D6F2089F for ; Mon, 7 Jan 2019 13:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546866828; bh=ptcx/UgF59pxQ8KdBdcW8M/Szacvu1jYiat9uphieT0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=ZkEyYX5MfyOrwnqWaAYQwCMoYnoZhmSYRPoUZrGNCbgUT0e8HgCgB2VhD0eH/icOV m/PoEo+xIDhWhW/eNNAAgTdPSC00y0T2wbqKd0lMiXs8WSO92FIQyQV13vbUyX7Lcw LbJc57ZMZzYJw4KZxt9MO3Ytz1kmy59mFnkPSpoc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731730AbfAGNNs (ORCPT ); Mon, 7 Jan 2019 08:13:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:50896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730522AbfAGNDY (ORCPT ); Mon, 7 Jan 2019 08:03:24 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 697A52089F; Mon, 7 Jan 2019 13:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546866203; bh=ptcx/UgF59pxQ8KdBdcW8M/Szacvu1jYiat9uphieT0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dUvYmCuKAvE0Sk4grxghPLrsuy38uDSNXD9GnKEyjh/EtLqj3HbnN3nc3szpCuXW0 YwvrXxVcVTS+Sp29wzU4NXziE1DZHhYBIwERPmWRDy/dVK71h5lCL1ToaXeo3RmHgn pEwchUVdK5Kgq/PFnuF52lqbeUBslsVbcBF07CrI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, =?UTF-8?q?Mantas=20Mikul=C4=97nas?= , Takashi Iwai Subject: [PATCH 4.14 043/101] ALSA: hda: add mute LED support for HP EliteBook 840 G4 Date: Mon, 7 Jan 2019 13:32:31 +0100 Message-Id: <20190107105335.266924103@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190107105330.372621917@linuxfoundation.org> References: <20190107105330.372621917@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mantas Mikulėnas commit 40906ebe3af6a48457151b3c6726b480f6a6cb13 upstream. Tested with 4.19.9. v2: Changed from CXT_FIXUP_MUTE_LED_GPIO to CXT_FIXUP_HP_DOCK because that's what the existing fixups for EliteBooks use. Signed-off-by: Mantas Mikulėnas Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_conexant.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -961,6 +961,7 @@ static const struct snd_pci_quirk cxt506 SND_PCI_QUIRK(0x103c, 0x8079, "HP EliteBook 840 G3", CXT_FIXUP_HP_DOCK), SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK), SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK), + SND_PCI_QUIRK(0x103c, 0x828c, "HP EliteBook 840 G4", CXT_FIXUP_HP_DOCK), SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK), SND_PCI_QUIRK(0x103c, 0x83d3, "HP ProBook 640 G4", CXT_FIXUP_HP_DOCK), SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),