Message ID | 20211224031731.9376-1-jeremy.szu@canonical.com |
---|---|
Headers | show |
Series | audio mute/ mic mute are not working on a HP machine | expand |
On Fri, Dec 24, 2021 at 11:17:30AM +0800, Jeremy Szu wrote: > BugLink: https://bugs.launchpad.net/bugs/1955691 > > [Impact] > The mic mute/audio mute LEDS are not working on a HP platform > > [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). Already applied to jammy:linux. -Andrea
On 24.12.2021 5.17, Jeremy Szu wrote: > BugLink: https://bugs.launchpad.net/bugs/1955691 > > [Impact] > The mic mute/audio mute LEDS are not working on a HP platform > > [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). > > Jeremy Szu (1): > ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook > > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > applied to oem-5.14, thanks
Acked-by: Tim Gardner <tim.gardner@canonical.com> On 12/23/21 8:17 PM, Jeremy Szu wrote: > BugLink: https://bugs.launchpad.net/bugs/1955691 > > [Impact] > The mic mute/audio mute LEDS are not working on a HP platform > > [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). > > Jeremy Szu (1): > ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook > > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) >
On 24.12.21 04:17, Jeremy Szu wrote: > BugLink: https://bugs.launchpad.net/bugs/1955691 > > [Impact] > The mic mute/audio mute LEDS are not working on a HP platform > > [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). > > Jeremy Szu (1): > ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook > > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thanks
On 24.12.21 04:17, Jeremy Szu wrote: > BugLink: https://bugs.launchpad.net/bugs/1955691 > > [Impact] > The mic mute/audio mute LEDS are not working on a HP platform > > [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). > > Jeremy Szu (1): > ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook > > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > Applied to impish:linux. Thanks, Kleber