mbox series

[v2,0/1,SRU,OEM-5.14] Micmute LED support for Zbook

Message ID 20220414033529.305564-1-acelan.kao@canonical.com
Headers show
Series Micmute LED support for Zbook | expand

Message

AceLan Kao April 14, 2022, 3:35 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1968892


[Impact]
The audio mute key(F5) LED does not work.

[Fix]
Need this commit from v5.18-rc1
ce18f905a500 ALSA: hda/realtek: Add mute and micmut LED support for
Zbook Fury 17 G9

[Test]
Verified on the target machine.

[Where problems could occur]
The modified hda_fixups, ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED, has the
same contain as ALC245_FIXUP_CS35L41_SPI_2, but with new mic mute led gpio
settings. So, if might affect the machines with the same chip ID that mic
mute led is already working.

Kai-Heng Feng (1):
  ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17
    G9

 sound/pci/hda/patch_realtek.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Timo Aaltonen April 19, 2022, 1:42 p.m. UTC | #1
AceLan Kao kirjoitti 14.4.2022 klo 6.35:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1968892
> 
> 
> [Impact]
> The audio mute key(F5) LED does not work.
> 
> [Fix]
> Need this commit from v5.18-rc1
> ce18f905a500 ALSA: hda/realtek: Add mute and micmut LED support for
> Zbook Fury 17 G9
> 
> [Test]
> Verified on the target machine.
> 
> [Where problems could occur]
> The modified hda_fixups, ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED, has the
> same contain as ALC245_FIXUP_CS35L41_SPI_2, but with new mic mute led gpio
> settings. So, if might affect the machines with the same chip ID that mic
> mute led is already working.
> 
> Kai-Heng Feng (1):
>    ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17
>      G9
> 
>   sound/pci/hda/patch_realtek.c | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)
> 

applied to oem-5.14, thanks