]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supported
authorKailang Yang <kailang@realtek.com>
Fri, 7 Feb 2020 08:37:39 +0000 (16:37 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 20 Feb 2020 13:58:09 +0000 (07:58 -0600)
BugLink: https://bugs.launchpad.net/bugs/1862313
HP want to keep BIOS verb table for release platform.
So, it need to add 0x19 pin for quirk.

Fixes: 5af29028fd6d ("ALSA: hda/realtek - Add Headset Mic supported for HP cPC")
Signed-off-by: Kailang Yang <kailang@realtek.com>
Link: https://lore.kernel.org/r/74636ccb700a4cbda24c58a99dc430ce@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
(cherry picked from commit f2adbae0cb20c8eaf06914b2187043ea944b0aff)
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Acked-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
sound/pci/hda/patch_realtek.c

index f4fe051d8da780df5f5afd1ca05e8d028ba53fdd..28d82d77f4d7586ec4df54163a7f9fa520685bc7 100644 (file)
@@ -9106,6 +9106,7 @@ static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = {
        SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
                {0x14, 0x01014010},
                {0x17, 0x90170150},
+               {0x19, 0x02a11060},
                {0x1b, 0x01813030},
                {0x21, 0x02211020}),
        SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,