mbox series

[SRU,J/OEM-5.14,0/1] Enable audio mute LED and mic mute LED on a new HP laptop

Message ID 20220105114843.859243-1-kai.heng.feng@canonical.com
Headers show
Series Enable audio mute LED and mic mute LED on a new HP laptop | expand

Message

Kai-Heng Feng Jan. 5, 2022, 11:48 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1956454

[Impact]
Audio mute LED and mic mute LED are not working on a new HP laptop.

[Fix]
Use another audio quirk to enable the feature.

[Test]
With the patch applied, both LEDs start working.

[Where problems could occur]
This fix is limit to one device, so other devices are totally
unaffected.

Kai-Heng Feng (1):
  ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop

 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tim Gardner Jan. 5, 2022, 12:31 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 1/5/22 4:48 AM, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956454
> 
> [Impact]
> Audio mute LED and mic mute LED are not working on a new HP laptop.
> 
> [Fix]
> Use another audio quirk to enable the feature.
> 
> [Test]
> With the patch applied, both LEDs start working.
> 
> [Where problems could occur]
> This fix is limit to one device, so other devices are totally
> unaffected.
> 
> Kai-Heng Feng (1):
>    ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
>
Andrea Righi Jan. 14, 2022, 7:49 a.m. UTC | #2
On Wed, Jan 05, 2022 at 07:48:42PM +0800, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956454
> 
> [Impact]
> Audio mute LED and mic mute LED are not working on a new HP laptop.
> 
> [Fix]
> Use another audio quirk to enable the feature.
> 
> [Test]
> With the patch applied, both LEDs start working.
> 
> [Where problems could occur]
> This fix is limit to one device, so other devices are totally
> unaffected.

Applied to jammy/linux, thanks!

-Andrea
Timo Aaltonen Jan. 17, 2022, 10:46 a.m. UTC | #3
On 5.1.2022 13.48, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1956454
> 
> [Impact]
> Audio mute LED and mic mute LED are not working on a new HP laptop.
> 
> [Fix]
> Use another audio quirk to enable the feature.
> 
> [Test]
> With the patch applied, both LEDs start working.
> 
> [Where problems could occur]
> This fix is limit to one device, so other devices are totally
> unaffected.
> 
> Kai-Heng Feng (1):
>    ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
> 

applied to oem-5.14, thanks