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 7EEEB3DC4D5; Mon, 4 May 2026 13:59:06 +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=1777903146; cv=none; b=poBtqA6GX/ntsstnMTN53LvVPIe8QRsLFeTXKBtnj6RABibagk3AWlrFNMQorbT8osr5s/EwxFB+pnQQYddlEelXnzQEo27pBYHFcNqtlY06r1af8jzY95anuDoU/hVLQYjBbujrrobNxn0GiDkp4IVUXZPa0AKWErELLqkgryA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777903146; c=relaxed/simple; bh=DwQGZBvOpbnX8hnAEWoBLsbydosMp1yyoH2eQyBj37o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=MAhG8iUsSE9CRgDgnvEemKyd1Az/YVJyFJ23FG0GLbfW51ltj9hFL/ymUGfn+kv88FL+QnE7tEK31talC5bVZyoQqUxAgrC7nckRmvp4QjlhMwAY1OnQU0hLjFy1+1hsHze/RpYAQgJVPIBvxnvgAijLcQYkut10C1T3KLbthy0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2nQzK5hl; 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="2nQzK5hl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BFA9C2BCB8; Mon, 4 May 2026 13:59:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777903146; bh=DwQGZBvOpbnX8hnAEWoBLsbydosMp1yyoH2eQyBj37o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2nQzK5hl7uzS01r0kkPM5tHMw0ua8uARYnsAP38joASSdOzaKzIWkDMgcc0pWgouk 4DcZtIZDqRqzmzeg1GSD0VTzqsjj7d+rmPVlUXY2+DOUv9CeqZKUH02wyBrD4DAcvZ Vmyh9zx9l92GIN3gPBreH4OpbAWJxkmdeXF6n/hg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Spencer Payton , Takashi Iwai Subject: [PATCH 7.0 121/307] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx Date: Mon, 4 May 2026 15:50:06 +0200 Message-ID: <20260504135147.352018109@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260504135142.814938198@linuxfoundation.org> References: <20260504135142.814938198@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.0-stable review patch. If anyone has any objections, please let me know. ------------------ From: Spencer Payton commit eacda758e3c01db98b5c231f56cf9a6e05ced75c upstream. The mute LED on this laptop uses ALC245 but requires a quirk to work. This patch enables the existing ALC245_FIXUP_HP_MUTE_LED_COEFBIT quirk for the device. Tested my Victus 15-fa2xxx (PCI SSID 103c:8dcd). The LED behaviour works as intended. Cc: stable@vger.kernel.org Signed-off-by: Spencer Payton Link: https://patch.msgid.link/20260421084918.14685-1-spayton681@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/hda/codecs/realtek/alc269.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/hda/codecs/realtek/alc269.c +++ b/sound/hda/codecs/realtek/alc269.c @@ -7153,6 +7153,7 @@ static const struct hda_quirk alc269_fix SND_PCI_QUIRK(0x103c, 0x8d90, "HP EliteBook 16 G12", ALC285_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8d91, "HP ZBook Firefly 14 G12", ALC285_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8d92, "HP ZBook Firefly 16 G12", ALC285_FIXUP_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8dcd, "HP Victus 15-fa2xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT), SND_PCI_QUIRK(0x103c, 0x8d9b, "HP 17 Turbine OmniBook 7 UMA", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8d9c, "HP 17 Turbine OmniBook 7 DIS", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8d9d, "HP 17 Turbine OmniBook X UMA", ALC287_FIXUP_CS35L41_I2C_2),