mbox series

[SRU,J/OEM-5.14,0/1] Enable headset mic on Lenovo P360

Message ID 20220330073621.1023449-1-kai.heng.feng@canonical.com
Headers show
Series Enable headset mic on Lenovo P360 | expand

Message

Kai-Heng Feng March 30, 2022, 7:36 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1967069

[Impact]
Headset microphone can't be detected when headset is plugged to front
panel port.

[Fix]
Apply Realtek ALC897 quirk to enable headset mic.

[Test]
Once the fix is applied, the headset mic can be detected and it also
works.

[Where problems could occur]
Audio quirk which applies to only one specific system, so there's no
chance to regress existing systems.

Kai-Heng Feng (1):
  ALSA: hda/realtek: Enable headset mic on Lenovo P360

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

Comments

Timo Aaltonen April 4, 2022, 8:34 a.m. UTC | #1
Kai-Heng Feng kirjoitti 30.3.2022 klo 10.36:
> BugLink: https://bugs.launchpad.net/bugs/1967069
> 
> [Impact]
> Headset microphone can't be detected when headset is plugged to front
> panel port.
> 
> [Fix]
> Apply Realtek ALC897 quirk to enable headset mic.
> 
> [Test]
> Once the fix is applied, the headset mic can be detected and it also
> works.
> 
> [Where problems could occur]
> Audio quirk which applies to only one specific system, so there's no
> chance to regress existing systems.
> 
> Kai-Heng Feng (1):
>    ALSA: hda/realtek: Enable headset mic on Lenovo P360
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
> 

applied to oem-5.14, thanks
Stefan Bader April 26, 2022, 4:02 p.m. UTC | #2
On 30.03.22 09:36, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1967069
> 
> [Impact]
> Headset microphone can't be detected when headset is plugged to front
> panel port.
> 
> [Fix]
> Apply Realtek ALC897 quirk to enable headset mic.
> 
> [Test]
> Once the fix is applied, the headset mic can be detected and it also
> works.
> 
> [Where problems could occur]
> Audio quirk which applies to only one specific system, so there's no
> chance to regress existing systems.
> 
> Kai-Heng Feng (1):
>    ALSA: hda/realtek: Enable headset mic on Lenovo P360
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Applied to jammy:linux/master-next with removed linux-next hint. Thanks.

-Stefan