mbox series

[SRU,J/L/M/N,0/1] Sound: Add rtl quirk of M90-Gen5

Message ID 20231211041431.24699-1-aaron.ma@canonical.com
Headers show
Series Sound: Add rtl quirk of M90-Gen5 | expand

Message

Aaron Ma Dec. 11, 2023, 4:14 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2046105

[Impact]
When plugin the headset jack, only speaker is identified.

[Fix]
Add ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.

[Test]
Vendor tested on hardware, headset mic works fine.

[Where problems could occur]
It may break audio.

Bin Li (1):
  ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5

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

Comments

Manuel Diewald Dec. 11, 2023, 8:54 a.m. UTC | #1
On Mon, Dec 11, 2023 at 12:14:30PM +0800, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2046105
> 
> [Impact]
> When plugin the headset jack, only speaker is identified.
> 
> [Fix]
> Add ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
> 
> [Test]
> Vendor tested on hardware, headset mic works fine.
> 
> [Where problems could occur]
> It may break audio.
> 
> Bin Li (1):
>   ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
> 
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> -- 
> 2.40.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Manuel Diewald <manuel.diewald@canonical.com>
Agathe Porte Dec. 11, 2023, 4:10 p.m. UTC | #2
2023-12-11 05:15 CET, Aaron Ma:
> BugLink: https://bugs.launchpad.net/bugs/2046105
> 
> [Impact]
> When plugin the headset jack, only speaker is identified.
> 
> [Fix]
> Add ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
> 
> [Test]
> Vendor tested on hardware, headset mic works fine.
> 
> [Where problems could occur]
> It may break audio.
> 
> Bin Li (1):
>   ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
> 
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Agathe Porte <agathe.porte@canonical.com>
Roxana Nicolescu Jan. 4, 2024, 7:32 p.m. UTC | #3
On 11/12/2023 05:14, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2046105
>
> [Impact]
> When plugin the headset jack, only speaker is identified.
>
> [Fix]
> Add ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
>
> [Test]
> Vendor tested on hardware, headset mic works fine.
>
> [Where problems could occur]
> It may break audio.
>
> Bin Li (1):
>    ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
>
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
>
Applied to mantic, lunar, jammy master-next branches. Thanks!
Stefan Bader Jan. 12, 2024, 10:11 a.m. UTC | #4
On 11.12.23 05:14, Aaron Ma wrote:
> BugLink: https://bugs.launchpad.net/bugs/2046105
> 
> [Impact]
> When plugin the headset jack, only speaker is identified.
> 
> [Fix]
> Add ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
> 
> [Test]
> Vendor tested on hardware, headset mic works fine.
> 
> [Where problems could occur]
> It may break audio.
> 
> Bin Li (1):
>    ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
> 
>   sound/pci/hda/patch_realtek.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Rejected for the following reasons:
- Already included in Noble after 6.7 transition.

-Stefan