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 97CC434A32E; Tue, 26 Aug 2025 14:21:46 +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=1756218106; cv=none; b=ISuYt4DCmcUON07cxutF1tiflmhf3Uzv2u5LqCLsZq48BU6p5YWlBPC/BAb8p6wUAHQXItBfnBjwXkUFWYmUPBiUu6bzchpC+hOSFWU7+NuqfKbowN+IWM3hKnGJ9JAsdyhg2Gx/KoNHlxyvGNWFN78GOpHbf1amL9p6pZjhyxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756218106; c=relaxed/simple; bh=okfOkMa6H3og0hHJTG73mp8xH37+pfOP21lbtF4A6xM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EgE2uVm5T3sTNqqKPGIItM9Rf0UYkPMA3ekQk2Ke4Pwv+EvFoTDzwbm3oFUtiZS0CcA6QtyJfRWQPoBH4xyd1uHAX+iNqN4cxVHOgxf92LaUIBjtC8BvugDeHPg2vHstAZI9sDP/qqnQy8aVQv9kMZ8b7Ty2mvOAY4KKtokOZJU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xG1kBsCJ; 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="xG1kBsCJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A018C4CEF1; Tue, 26 Aug 2025 14:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756218106; bh=okfOkMa6H3og0hHJTG73mp8xH37+pfOP21lbtF4A6xM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xG1kBsCJ0HLuC/eIe9MTP0Y4RMekhVOf3CjkG5SxRD1nVkmAyZrYhVlRyufHXv7Ma uW48W7XZ3+z6kkjNkEAe6PIOmyBZ+fE1ff3VkDJBKLpRcf+Oih8bR/udxtk+NiO137 88BJKQ3Swc4plXJstZO6eeK+WYm7GFgQqYmg91UI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Evgeniy Harchenko , Takashi Iwai Subject: [PATCH 5.10 395/523] ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6 and EliteBook 830 G6 Date: Tue, 26 Aug 2025 13:10:05 +0200 Message-ID: <20250826110934.205657501@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250826110924.562212281@linuxfoundation.org> References: <20250826110924.562212281@linuxfoundation.org> User-Agent: quilt/0.68 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 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Evgeniy Harchenko commit eafae0fdd115a71b3a200ef1a31f86da04bac77f upstream. The HP EliteBook x360 830 G6 and HP EliteBook 830 G6 have Realtek HDA codec ALC215. It needs the ALC285_FIXUP_HP_GPIO_LED quirk to enable the mute LED. Cc: Signed-off-by: Evgeniy Harchenko Link: https://patch.msgid.link/20250815095814.75845-1-evgeniyharchenko.dev@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9256,6 +9256,8 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3), SND_PCI_QUIRK(0x103c, 0x8519, "HP Spectre x360 15-df0xxx", ALC285_FIXUP_HP_SPECTRE_X360), SND_PCI_QUIRK(0x103c, 0x8537, "HP ProBook 440 G6", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), + SND_PCI_QUIRK(0x103c, 0x8548, "HP EliteBook x360 830 G6", ALC285_FIXUP_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x854a, "HP EliteBook 830 G6", ALC285_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x85c6, "HP Pavilion x360 Convertible 14-dy1xxx", ALC295_FIXUP_HP_MUTE_LED_COEFBIT11), SND_PCI_QUIRK(0x103c, 0x85de, "HP Envy x360 13-ar0xxx", ALC285_FIXUP_HP_ENVY_X360), SND_PCI_QUIRK(0x103c, 0x860f, "HP ZBook 15 G6", ALC285_FIXUP_HP_GPIO_AMP_INIT),