All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N
@ 2024-04-17 16:16 Mauro Carvalho Chehab
  2024-04-18  7:32 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2024-04-17 16:16 UTC (permalink / raw)
  To: linux-sound, Takashi Iwai
  Cc: linux-kernel, Mauro Carvalho Chehab, Luke D. Jones,
	Athaariq Ardhiansyah, Jaroslav Kysela, Kailang Yang,
	Matthew Anderson, Shenghao Ding, Stefan Binding,
	Pierre-Louis Bossart, Vitaly Rodionov

The headset mic requires a fixup to be properly detected/used.

As a reference, this specific model from 2021 reports
the following devices:
	https://alsa-project.org/db/?f=1a5ddeb0b151db8fe051407f5bb1c075b7dd3e4a

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8c2467ed127e..a11d8a954e6c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10215,6 +10215,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x152d, 0x1082, "Quanta NL3", ALC269_FIXUP_LIFEBOOK),
+	SND_PCI_QUIRK(0x152d, 0x1262, "Huawei NBLB-WAX9N", ALC2XX_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1558, 0x0353, "Clevo V35[05]SN[CDE]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x1323, "Clevo N130ZU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x1325, "Clevo N15[01][CW]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
-- 
2.44.0


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

* Re: [PATCH] ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N
  2024-04-17 16:16 [PATCH] ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N Mauro Carvalho Chehab
@ 2024-04-18  7:32 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-04-18  7:32 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-sound, Takashi Iwai, linux-kernel, Luke D. Jones,
	Athaariq Ardhiansyah, Jaroslav Kysela, Kailang Yang,
	Matthew Anderson, Shenghao Ding, Stefan Binding,
	Pierre-Louis Bossart, Vitaly Rodionov

On Wed, 17 Apr 2024 18:16:33 +0200,
Mauro Carvalho Chehab wrote:
> 
> The headset mic requires a fixup to be properly detected/used.
> 
> As a reference, this specific model from 2021 reports
> the following devices:
> 	https://alsa-project.org/db/?f=1a5ddeb0b151db8fe051407f5bb1c075b7dd3e4a
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2024-04-18  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 16:16 [PATCH] ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N Mauro Carvalho Chehab
2024-04-18  7:32 ` 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.