From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9692822EA0B; Thu, 12 Dec 2024 16:29:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734020987; cv=none; b=e94SU7R8irkI9kshU/yVGFawQuTIR3zQ1gZpj+9HEqzPGATXjdKsJVLkaMAwGNv+y0kzBSsAmSbbInH9L2z1iJWZLozoe6AOm4RqvrNsHXQEagsMG6l6b5ukLjk8jXG7q/4fUN4U6d5kWeAS6uORVgeH0aruw5MiAKwPD2Qcpng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734020987; c=relaxed/simple; bh=h5uztwyiZspFFiv6RE/75BO3l/ZTafTbD4lNqEilA0I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=FWcXfMY28YobiHGuwtx1tOwDHcDa7PNOvad33owswVRsO2uGzZ0O8ZlfigdJiIpL8gRHzedbo7J1GrG6lbi2eeEXvc11R9Tl2mJM+B9kKShElbYyILUWy3mlu9JczO7wy9P2o0MZSaLv5JW9UztbVWacb7+y1leQEPiPCxsTKBo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jGwB3V0f; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="jGwB3V0f" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04FD0C4CED0; Thu, 12 Dec 2024 16:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734020987; bh=h5uztwyiZspFFiv6RE/75BO3l/ZTafTbD4lNqEilA0I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jGwB3V0fQjSaEWs4S6My3lnS+SMUSHleX3R+U7IrD4dC2SthwD8jtfHiIZ18s18z2 R6Qh/mX8r8IpcUvQTmyo9PHHZSJE24relBMwvWjrEFZmlucp7BdLLbmKFJJqX/+kav Y3yPjK4xKimmR/2Zfg4xV4CWvWlNG2v2XaevvNjI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Nazar Bilinskyi , Takashi Iwai Subject: [PATCH 6.1 614/772] ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8 Date: Thu, 12 Dec 2024 15:59:19 +0100 Message-ID: <20241212144415.304732610@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241212144349.797589255@linuxfoundation.org> References: <20241212144349.797589255@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nazar Bilinskyi commit 3a83f7baf1346aca885cb83cb888e835fef7c472 upstream. HP ProBook 430 G8 has a mute and micmute LEDs that can be made to work using quirk ALC236_FIXUP_HP_GPIO_LED. Enable already existing quirk. Signed-off-by: Nazar Bilinskyi Cc: Link: https://patch.msgid.link/20241130231631.8929-1-nbilinskyi@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9766,6 +9766,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x103c, 0x87b7, "HP Laptop 14-fq0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87d3, "HP Laptop 15-gw0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), + SND_PCI_QUIRK(0x103c, 0x87df, "HP ProBook 430 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x87f1, "HP ProBook 630 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),