linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
@ 2022-07-11 10:17 Meng Tang
  2022-07-11 14:16 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Meng Tang @ 2022-07-11 10:17 UTC (permalink / raw)
  To: perex, tiwai, bo.liu, huangwenhuia, tangmeng; +Cc: alsa-devel, linux-kernel

There is another HP ProDesk 600 G3 model with the PCI SSID 103c:82b4
that requires the quirk HP_MIC_NO_PRESENCE. Add the corresponding
entry to the quirk table.

Signed-off-by: Meng Tang <tangmeng@uniontech.com>
---
 sound/pci/hda/patch_conexant.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 3e541a4c0423..83ae21a01bbf 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -944,6 +944,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
 	SND_PCI_QUIRK(0x103c, 0x828c, "HP EliteBook 840 G4", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x8299, "HP 800 G3 SFF", CXT_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x829a, "HP 800 G3 DM", CXT_FIXUP_HP_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x103c, 0x82b4, "HP ProDesk 600 G3", CXT_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x836e, "HP ProBook 455 G5", CXT_FIXUP_MUTE_LED_GPIO),
 	SND_PCI_QUIRK(0x103c, 0x837f, "HP ProBook 470 G5", CXT_FIXUP_MUTE_LED_GPIO),
 	SND_PCI_QUIRK(0x103c, 0x83b2, "HP EliteBook 840 G5", CXT_FIXUP_HP_DOCK),
-- 
2.20.1




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

* Re: [PATCH v2] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
  2022-07-11 10:17 [PATCH v2] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model Meng Tang
@ 2022-07-11 14:16 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-07-11 14:16 UTC (permalink / raw)
  To: Meng Tang; +Cc: perex, tiwai, bo.liu, huangwenhuia, alsa-devel, linux-kernel

On Mon, 11 Jul 2022 12:17:44 +0200,
Meng Tang wrote:
> 
> There is another HP ProDesk 600 G3 model with the PCI SSID 103c:82b4
> that requires the quirk HP_MIC_NO_PRESENCE. Add the corresponding
> entry to the quirk table.
> 
> Signed-off-by: Meng Tang <tangmeng@uniontech.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2022-07-11 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 10:17 [PATCH v2] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model Meng Tang
2022-07-11 14:16 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).