All of lore.kernel.org
 help / color / mirror / Atom feed
* Headset MIC issue on HP ThinClient
@ 2021-04-20  6:26 Kailang
  2021-04-20  8:35 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2021-04-20  6:26 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

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

Hi Takashi,

Some HP machines, boot with plugged headset, the headset MIC will lose.
Attach patch will solve it.

BR,
Kailang

[-- Attachment #2: 0002-hp-hsmic.patch --]
[-- Type: application/octet-stream, Size: 1184 bytes --]

From 896f368af4bb4d85b28518f9b22a2b193c1c39e4 Mon Sep 17 00:00:00 2001
From: kailang <kailang@realtek.com>
Date: Tue, 20 Apr 2021 14:17:34 +0800
Subject: [PATCH] ALSA: hda/realtek - Headset Mic issue on HP platform

Boot with plugged headset, the Headset Mic will be gone.

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 1ad1bb740c32..77cb72fe3b1b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8104,6 +8104,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x221c, "HP EliteBook 755 G2", ALC280_FIXUP_HP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x103c, 0x802e, "HP Z240 SFF", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x802f, "HP Z240", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x103c, 0x8077, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
+	SND_PCI_QUIRK(0x103c, 0x8158, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x103c, 0x820d, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x8256, "HP", ALC221_FIXUP_HP_FRONT_MIC),
 	SND_PCI_QUIRK(0x103c, 0x827e, "HP x360", ALC295_FIXUP_HP_X360),

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Headset MIC issue on HP ThinClient
  2021-04-20  6:26 Headset MIC issue on HP ThinClient Kailang
@ 2021-04-20  8:35 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-04-20  8:35 UTC (permalink / raw)
  To: Kailang; +Cc:  (alsa-devel@alsa-project.org)

On Tue, 20 Apr 2021 08:26:20 +0200,
Kailang wrote:
> 
> Hi Takashi,
> 
> Some HP machines, boot with plugged headset, the headset MIC will lose.
> Attach patch will solve it.

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-20  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  6:26 Headset MIC issue on HP ThinClient Kailang
2021-04-20  8:35 ` Takashi Iwai

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.