mbox series

[SRU,J/M,0/1] Fix headphone mic detection issue on ALC897

Message ID 20240318084643.146396-1-aaron.ma@canonical.com
Headers show
Series Fix headphone mic detection issue on ALC897 | expand

Message

Aaron Ma March 18, 2024, 8:46 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2056418

[Impact]
Headphone mic is lost after resume from S3 or reboot with plugin.

[Fix]
Restore the headphone mic detect logic for ALC897 after lost power.

[Test]
Tested on hardware, the headphone mic appears as plugin after boot or
resume from S3, and works fine.

[Where problems could occur]
It may break ALC897 sound input.

The commit is already landed in 6.8 kernel;
So SRU for mantic and jammy.

Kailang Yang (1):
  ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo
    ALC897 platform

 sound/pci/hda/patch_realtek.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Thibault Ferrante March 18, 2024, 10:46 a.m. UTC | #1
Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com>

On 18-03-2024 09:46, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2056418
> 
> [Impact]
> Headphone mic is lost after resume from S3 or reboot with plugin.
> 
> [Fix]
> Restore the headphone mic detect logic for ALC897 after lost power.
> 
> [Test]
> Tested on hardware, the headphone mic appears as plugin after boot or
> resume from S3, and works fine.
> 
> [Where problems could occur]
> It may break ALC897 sound input.
> 
> The commit is already landed in 6.8 kernel;
> So SRU for mantic and jammy.
> 
> Kailang Yang (1):
>    ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo
>      ALC897 platform
> 
>   sound/pci/hda/patch_realtek.c | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
>
Andrei Gherzan March 18, 2024, 11:01 a.m. UTC | #2
On 24/03/18 04:46PM, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2056418
> 
> [Impact]
> Headphone mic is lost after resume from S3 or reboot with plugin.
> 
> [Fix]
> Restore the headphone mic detect logic for ALC897 after lost power.
> 
> [Test]
> Tested on hardware, the headphone mic appears as plugin after boot or
> resume from S3, and works fine.
> 
> [Where problems could occur]
> It may break ALC897 sound input.
> 
> The commit is already landed in 6.8 kernel;
> So SRU for mantic and jammy.
> 
> Kailang Yang (1):
>   ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo
>     ALC897 platform
> 
>  sound/pci/hda/patch_realtek.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Roxana Nicolescu March 22, 2024, 3:14 p.m. UTC | #3
On 18/03/2024 09:46, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2056418
>
> [Impact]
> Headphone mic is lost after resume from S3 or reboot with plugin.
>
> [Fix]
> Restore the headphone mic detect logic for ALC897 after lost power.
>
> [Test]
> Tested on hardware, the headphone mic appears as plugin after boot or
> resume from S3, and works fine.
>
> [Where problems could occur]
> It may break ALC897 sound input.
>
> The commit is already landed in 6.8 kernel;
> So SRU for mantic and jammy.
>
> Kailang Yang (1):
>    ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo
>      ALC897 platform
>
>   sound/pci/hda/patch_realtek.c | 7 +++++--
>   1 file changed, 5 insertions(+), 2 deletions(-)
>
Applied to mantic, jammy master-next branches. Thanks!