From 0ad2bc67a69b87ed7dcedd04dd6931ff9b1e3f09 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 8 Jan 2024 13:29:44 +0100 Subject: [PATCH] 5.10-stable patches added patches: alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch --- ...-mic-mute-leds-for-hp-probook-440-g6.patch | 32 +++++++++++++++++++ queue-5.10/series | 1 + 2 files changed, 33 insertions(+) create mode 100644 queue-5.10/alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch diff --git a/queue-5.10/alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch b/queue-5.10/alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch new file mode 100644 index 00000000000..12c540331f1 --- /dev/null +++ b/queue-5.10/alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch @@ -0,0 +1,32 @@ +From b6ce6e6c79e4ec650887f1fe391a70e54972001a Mon Sep 17 00:00:00 2001 +From: Siddhesh Dharme +Date: Thu, 4 Jan 2024 11:37:36 +0530 +Subject: ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6 + +From: Siddhesh Dharme + +commit b6ce6e6c79e4ec650887f1fe391a70e54972001a upstream. + +LEDs in 'HP ProBook 440 G6' laptop are controlled by ALC236 codec. +Enable already existing quirk 'ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF' +to fix mute and mic-mute LEDs. + +Signed-off-by: Siddhesh Dharme +Cc: +Link: https://lore.kernel.org/r/20240104060736.5149-1-siddheshdharme18@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 +@@ -8990,6 +8990,7 @@ static const struct snd_pci_quirk alc269 + SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN), + 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, 0x860f, "HP ZBook 15 G6", ALC285_FIXUP_HP_GPIO_AMP_INIT), + SND_PCI_QUIRK(0x103c, 0x861f, "HP Elite Dragonfly G1", ALC285_FIXUP_HP_GPIO_AMP_INIT), + SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED), diff --git a/queue-5.10/series b/queue-5.10/series index 2f698eef0df..d797c42567f 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -1,5 +1,6 @@ keys-dns-fix-missing-size-check-of-v1-server-list-header.patch block-don-t-invalidate-pagecache-for-invalid-falloc-modes.patch +alsa-hda-realtek-fix-mute-and-mic-mute-leds-for-hp-probook-440-g6.patch nfc-llcp_core-hold-a-ref-to-llcp_local-dev-when-hold.patch octeontx2-af-fix-marking-couple-of-structure-as-__pa.patch drm-i915-dp-fix-passing-the-correct-dpcd_rev-for-drm.patch -- 2.47.3