mbox series

[SRU,F/G/U,0/1] alsa/hda: The front Mic doesn't work on a HP machine

Message ID 20201023025210.35675-1-jeremy.szu@canonical.com
Headers show
Series alsa/hda: The front Mic doesn't work on a HP machine | expand

Message

Jeremy Szu Oct. 23, 2020, 2:52 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1899508

This fix is already applied to oem-5.6 kernel and it needs to be applied
to focal, groovy and unstable.

[Impact]
When using a HP machine, after plugging the headset at front jack,
there is no any input device shows.

[Fix]
The codec of the HP ZCentrol is alc671 and it needs to override the pin
configuration to enable the headset mic.
This patch is going to be merged by upstream, now backport it to
F/G/U.

[Test Case]
Boot the system, plug a headset and check the gnome-control-center,
the Mic is active in the UI, and record the sound, it could record
the sound.

[Regression Risk]
Low, this patch is to add a platform specific quirk to override pin
configuration and already tested in this HP machine.

Jeremy Szu (1):
  UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work

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

Comments

Stefan Bader Oct. 23, 2020, 7:22 a.m. UTC | #1
On 23.10.20 04:52, Jeremy Szu wrote:
> BugLink: https://bugs.launchpad.net/bugs/1899508

The status of kernel tasks should not be new or incomplete when submitting for
SRU. And we should set an importance. For non-essential functionality impaired
this is medium. I would use medium in most cases, high only for essential
functionality impaired and critical for things that put ones data at risk. That
is for the kernel tasks, other teams view can be different.
> 
> This fix is already applied to oem-5.6 kernel and it needs to be applied
> to focal, groovy and unstable.
> 
> [Impact]
> When using a HP machine, after plugging the headset at front jack,
> there is no any input device shows.
> 
> [Fix]
> The codec of the HP ZCentrol is alc671 and it needs to override the pin
> configuration to enable the headset mic.
> This patch is going to be merged by upstream, now backport it to
> F/G/U.
> 
> [Test Case]
> Boot the system, plug a headset and check the gnome-control-center,
> the Mic is active in the UI, and record the sound, it could record
> the sound.
> 
> [Regression Risk]
> Low, this patch is to add a platform specific quirk to override pin
> configuration and already tested in this HP machine.

Should be [Regression Potential]

Only if the same vendor/model numbers were re-used by hw that needs a different
setup, the microphone might stop working there.

> 
> Jeremy Szu (1):
>   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> 
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Stefan Bader <stefan.bader@canonical.com>
Kleber Sacilotto de Souza Oct. 23, 2020, 1:28 p.m. UTC | #2
On 23.10.20 04:52, Jeremy Szu wrote:
> BugLink: https://bugs.launchpad.net/bugs/1899508
> 
> This fix is already applied to oem-5.6 kernel and it needs to be applied
> to focal, groovy and unstable.

Can you please explicitly nominate this bug report against Groovy? G has been
already released and it's not the development series anymore.

> 
> [Impact]
> When using a HP machine, after plugging the headset at front jack,
> there is no any input device shows.
> 
> [Fix]
> The codec of the HP ZCentrol is alc671 and it needs to override the pin
> configuration to enable the headset mic.
> This patch is going to be merged by upstream, now backport it to
> F/G/U.
> 
> [Test Case]
> Boot the system, plug a headset and check the gnome-control-center,
> the Mic is active in the UI, and record the sound, it could record
> the sound.
> 
> [Regression Risk]
> Low, this patch is to add a platform specific quirk to override pin
> configuration and already tested in this HP machine.
> 
> Jeremy Szu (1):
>   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> 
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)
> 


Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Jeremy Szu Oct. 27, 2020, 3:59 a.m. UTC | #3
On Fri, Oct 23, 2020 at 9:28 PM Kleber Souza <kleber.souza@canonical.com> wrote:
>
> On 23.10.20 04:52, Jeremy Szu wrote:
> > BugLink: https://bugs.launchpad.net/bugs/1899508
> >
> > This fix is already applied to oem-5.6 kernel and it needs to be applied
> > to focal, groovy and unstable.
>
> Can you please explicitly nominate this bug report against Groovy? G has been
> already released and it's not the development series anymore.

I didn't find how to add the "Groovy" series in "Ubuntu" on the bug.
Maybe I don't have the permission to do that?

>
> >
> > [Impact]
> > When using a HP machine, after plugging the headset at front jack,
> > there is no any input device shows.
> >
> > [Fix]
> > The codec of the HP ZCentrol is alc671 and it needs to override the pin
> > configuration to enable the headset mic.
> > This patch is going to be merged by upstream, now backport it to
> > F/G/U.
> >
> > [Test Case]
> > Boot the system, plug a headset and check the gnome-control-center,
> > the Mic is active in the UI, and record the sound, it could record
> > the sound.
> >
> > [Regression Risk]
> > Low, this patch is to add a platform specific quirk to override pin
> > configuration and already tested in this HP machine.
> >
> > Jeremy Szu (1):
> >   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> >
> >  sound/pci/hda/patch_realtek.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
>
>
> Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Po-Hsu Lin Oct. 27, 2020, 4:25 a.m. UTC | #4
On Tue, Oct 27, 2020 at 12:00 PM Jeremy Szu <jeremy.szu@canonical.com> wrote:
>
> On Fri, Oct 23, 2020 at 9:28 PM Kleber Souza <kleber.souza@canonical.com> wrote:
> >
> > On 23.10.20 04:52, Jeremy Szu wrote:
> > > BugLink: https://bugs.launchpad.net/bugs/1899508
> > >
> > > This fix is already applied to oem-5.6 kernel and it needs to be applied
> > > to focal, groovy and unstable.
> >
> > Can you please explicitly nominate this bug report against Groovy? G has been
> > already released and it's not the development series anymore.
>
> I didn't find how to add the "Groovy" series in "Ubuntu" on the bug.
> Maybe I don't have the permission to do that?
>
There might be a "Target to series" button right above the Bug
Description if you have permission to do this.
If not we can nominate it for you.
Thanks
> >
> > >
> > > [Impact]
> > > When using a HP machine, after plugging the headset at front jack,
> > > there is no any input device shows.
> > >
> > > [Fix]
> > > The codec of the HP ZCentrol is alc671 and it needs to override the pin
> > > configuration to enable the headset mic.
> > > This patch is going to be merged by upstream, now backport it to
> > > F/G/U.
> > >
> > > [Test Case]
> > > Boot the system, plug a headset and check the gnome-control-center,
> > > the Mic is active in the UI, and record the sound, it could record
> > > the sound.
> > >
> > > [Regression Risk]
> > > Low, this patch is to add a platform specific quirk to override pin
> > > configuration and already tested in this HP machine.
> > >
> > > Jeremy Szu (1):
> > >   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> > >
> > >  sound/pci/hda/patch_realtek.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> >
> >
> > Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
>
>
>
> --
> Sincerely,
> Jeremy Su
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Jeremy Szu Oct. 27, 2020, 4:37 a.m. UTC | #5
On Tue, Oct 27, 2020 at 12:25 PM Po-Hsu Lin <po-hsu.lin@canonical.com> wrote:
>
> On Tue, Oct 27, 2020 at 12:00 PM Jeremy Szu <jeremy.szu@canonical.com> wrote:
> >
> > On Fri, Oct 23, 2020 at 9:28 PM Kleber Souza <kleber.souza@canonical.com> wrote:
> > >
> > > On 23.10.20 04:52, Jeremy Szu wrote:
> > > > BugLink: https://bugs.launchpad.net/bugs/1899508
> > > >
> > > > This fix is already applied to oem-5.6 kernel and it needs to be applied
> > > > to focal, groovy and unstable.
> > >
> > > Can you please explicitly nominate this bug report against Groovy? G has been
> > > already released and it's not the development series anymore.
> >
> > I didn't find how to add the "Groovy" series in "Ubuntu" on the bug.
> > Maybe I don't have the permission to do that?
> >
> There might be a "Target to series" button right above the Bug
> Description if you have permission to do this.
> If not we can nominate it for you.
> Thanks

There are only "Also affects project (?)" and "Also affects
distribution/package".
I think I do not have permission.
Thanks for your guidance.

> > >
> > > >
> > > > [Impact]
> > > > When using a HP machine, after plugging the headset at front jack,
> > > > there is no any input device shows.
> > > >
> > > > [Fix]
> > > > The codec of the HP ZCentrol is alc671 and it needs to override the pin
> > > > configuration to enable the headset mic.
> > > > This patch is going to be merged by upstream, now backport it to
> > > > F/G/U.
> > > >
> > > > [Test Case]
> > > > Boot the system, plug a headset and check the gnome-control-center,
> > > > the Mic is active in the UI, and record the sound, it could record
> > > > the sound.
> > > >
> > > > [Regression Risk]
> > > > Low, this patch is to add a platform specific quirk to override pin
> > > > configuration and already tested in this HP machine.
> > > >
> > > > Jeremy Szu (1):
> > > >   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> > > >
> > > >  sound/pci/hda/patch_realtek.c | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > >
> > >
> > >
> > > Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
> >
> >
> >
> > --
> > Sincerely,
> > Jeremy Su
> >
> > --
> > kernel-team mailing list
> > kernel-team@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/kernel-team
Po-Hsu Lin Oct. 27, 2020, 4:46 a.m. UTC | #6
On Tue, Oct 27, 2020 at 12:37 PM Jeremy Szu <jeremy.szu@canonical.com> wrote:
>
> On Tue, Oct 27, 2020 at 12:25 PM Po-Hsu Lin <po-hsu.lin@canonical.com> wrote:
> >
> > On Tue, Oct 27, 2020 at 12:00 PM Jeremy Szu <jeremy.szu@canonical.com> wrote:
> > >
> > > On Fri, Oct 23, 2020 at 9:28 PM Kleber Souza <kleber.souza@canonical.com> wrote:
> > > >
> > > > On 23.10.20 04:52, Jeremy Szu wrote:
> > > > > BugLink: https://bugs.launchpad.net/bugs/1899508
> > > > >
> > > > > This fix is already applied to oem-5.6 kernel and it needs to be applied
> > > > > to focal, groovy and unstable.
> > > >
> > > > Can you please explicitly nominate this bug report against Groovy? G has been
> > > > already released and it's not the development series anymore.
> > >
> > > I didn't find how to add the "Groovy" series in "Ubuntu" on the bug.
> > > Maybe I don't have the permission to do that?
> > >
> > There might be a "Target to series" button right above the Bug
> > Description if you have permission to do this.
> > If not we can nominate it for you.
> > Thanks
>
> There are only "Also affects project (?)" and "Also affects
> distribution/package".
> I think I do not have permission.
> Thanks for your guidance.
Thanks for checking.
Groovy nominated.
Cheers

>
> > > >
> > > > >
> > > > > [Impact]
> > > > > When using a HP machine, after plugging the headset at front jack,
> > > > > there is no any input device shows.
> > > > >
> > > > > [Fix]
> > > > > The codec of the HP ZCentrol is alc671 and it needs to override the pin
> > > > > configuration to enable the headset mic.
> > > > > This patch is going to be merged by upstream, now backport it to
> > > > > F/G/U.
> > > > >
> > > > > [Test Case]
> > > > > Boot the system, plug a headset and check the gnome-control-center,
> > > > > the Mic is active in the UI, and record the sound, it could record
> > > > > the sound.
> > > > >
> > > > > [Regression Risk]
> > > > > Low, this patch is to add a platform specific quirk to override pin
> > > > > configuration and already tested in this HP machine.
> > > > >
> > > > > Jeremy Szu (1):
> > > > >   UBUNTU: SAUCE: ALSA: hda/realtek - The front Mic on a HP machine doesn't work
> > > > >
> > > > >  sound/pci/hda/patch_realtek.c | 1 +
> > > > >  1 file changed, 1 insertion(+)
> > > > >
> > > >
> > > >
> > > > Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
> > >
> > >
> > >
> > > --
> > > Sincerely,
> > > Jeremy Su
> > >
> > > --
> > > kernel-team mailing list
> > > kernel-team@lists.ubuntu.com
> > > https://lists.ubuntu.com/mailman/listinfo/kernel-team
Paolo Pisati Oct. 30, 2020, 11:15 a.m. UTC | #7
On Fri, Oct 23, 2020 at 10:52:09AM +0800, Jeremy Szu wrote:
> BugLink: https://bugs.launchpad.net/bugs/1899508

Since unstable moved to 5.10 we got this patch from upstream.