Message ID | 20240318084643.146396-1-aaron.ma@canonical.com |
---|---|
Headers | show |
Series | Fix headphone mic detection issue on ALC897 | expand |
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(-) >
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>
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!