mbox series

[0/1,SRU,J,OEM-5.14] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine

Message ID 20220519055909.34533-1-andy.chi@canonical.com
Headers show
Series ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine | expand

Message

Andy Chi May 19, 2022, 5:59 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1974111

[Impact]
The mic mute/audio mute LEDS are not work on HP EliteBook 630 G9 Notebook PC

[Fix]
It needs the specific quirk for the hardware layout.
Thus, add the quirks to make it works.

[Test]
After applying the quirk, the audio/mic mute LEDs are working good.

[Where problems could occur]
If HP ships the different system boards design with the same subsystem ID of audio codec which is using different GPIO pins (different layout), then the quirk will not work (LEDs will not work when muting audio-output or microphone).

Andy Chi (1):
  ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
    machine

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

Comments

Stefan Bader May 19, 2022, 6:43 a.m. UTC | #1
On 19.05.22 07:59, Andy Chi wrote:
> BugLink: https://bugs.launchpad.net/bugs/1974111
> 
> [Impact]
> The mic mute/audio mute LEDS are not work on HP EliteBook 630 G9 Notebook PC
> 
> [Fix]
> It needs the specific quirk for the hardware layout.
> Thus, add the quirks to make it works.
> 
> [Test]
> After applying the quirk, the audio/mic mute LEDs are working good.
> 
> [Where problems could occur]
> If HP ships the different system boards design with the same subsystem ID of audio codec which is using different GPIO pins (different layout), then the quirk will not work (LEDs will not work when muting audio-output or microphone).
> 
> Andy Chi (1):
>    ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
>      machine
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
> 

v2 on list