mbox series

[SRU,OEM-5.6,0/1] front mics could not work on a couple of Lonovo ThinkCenter machines

Message ID 20200609023006.9064-1-hui.wang@canonical.com
Headers show
Series front mics could not work on a couple of Lonovo ThinkCenter machines | expand

Message

Hui Wang June 9, 2020, 2:30 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1882613

This patch is cced to stable kernel, so it will be merged to other
ubuntu kernels automatically, and because the oem project schedule, we
need to merge this patch to oem-5.6 first.

[Impact]
There are 2 front mic on those lenovo thinkcenter machines, but all
front mics can't work.

[Fix]
change the location for one of the mics, then pulseaudio could handle
them.

[Test Case]
Boot the kernel with this patch, plug microphone/headset to either
front mic jack, the mic could be detected and could record the sound.

[Regression Risk]
Low, just adding a new pintbl to match those lenovo machines.


Hui Wang (1):
  UBUNTU: SAUCE: ALSA: hda/realtek - add a pintbl quirk for several
    Lenovo machines

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

Comments

Timo Aaltonen June 12, 2020, 7:39 a.m. UTC | #1
On 9.6.2020 5.30, Hui Wang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1882613
> 
> This patch is cced to stable kernel, so it will be merged to other
> ubuntu kernels automatically, and because the oem project schedule, we
> need to merge this patch to oem-5.6 first.
> 
> [Impact]
> There are 2 front mic on those lenovo thinkcenter machines, but all
> front mics can't work.
> 
> [Fix]
> change the location for one of the mics, then pulseaudio could handle
> them.
> 
> [Test Case]
> Boot the kernel with this patch, plug microphone/headset to either
> front mic jack, the mic could be detected and could record the sound.
> 
> [Regression Risk]
> Low, just adding a new pintbl to match those lenovo machines.
> 
> 
> Hui Wang (1):
>   UBUNTU: SAUCE: ALSA: hda/realtek - add a pintbl quirk for several
>     Lenovo machines
> 
>  sound/pci/hda/patch_realtek.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

applied to oem-5.6-next, thanks