All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] HP ALC671 Platform update
@ 2020-02-06  6:48 Kailang
  0 siblings, 0 replies; only message in thread
From: Kailang @ 2020-02-06  6:48 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc: Hui Wang,  (alsa-devel@alsa-project.org)

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

Hi Takashi,

HP want to keep BIOS verb table setting for release platform.
So, one of platform need to add 0x19 pin for verb quirk.
This patch was verified by Canonical.

Many Thanks.

BR,
Kailang

[-- Attachment #2: 0000-hp-alc671-add-0x19-pin-verb.patch --]
[-- Type: application/octet-stream, Size: 1017 bytes --]

From faff8642ac5a5df5e4bfa94e43266b97fd3a7b41 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Wed, 5 Feb 2020 15:40:01 +0800
Subject: [PATCH] ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supported

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>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3b38a13abb7a..4770fb3f51fb 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9111,6 +9111,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,

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-06  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06  6:48 [alsa-devel] HP ALC671 Platform update Kailang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.