All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro
@ 2021-03-15 16:49 Xiaoliang Yu
  2021-03-15 19:34 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Xiaoliang Yu @ 2021-03-15 16:49 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, Xiaoliang Yu

Built-in microphone and combojack on Xiaomi Notebook Pro (1d72:1701) needs
to be fixed, the existing quirk for Dell works well on that machine.

Signed-off-by: Xiaoliang Yu <yxl_22@outlook.com>
---
Changes in V3:
 - Sort the added entry in its PCI SSID order.
---
 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 5fea2b999afc..18646694ff51 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8249,6 +8249,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1b35, 0x1237, "CZC L101", ALC269_FIXUP_CZC_L101),
 	SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
 	SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
+	SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1d72, 0x1901, "RedmiBook 14", ALC256_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
 	SND_PCI_QUIRK(0x10ec, 0x118c, "Medion EE4254 MD62100", ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE),
-- 
2.30.2


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

* Re: [PATCH v3] ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro
  2021-03-15 16:49 [PATCH v3] ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro Xiaoliang Yu
@ 2021-03-15 19:34 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-03-15 19:34 UTC (permalink / raw)
  To: Xiaoliang Yu; +Cc: alsa-devel

On Mon, 15 Mar 2021 17:49:00 +0100,
Xiaoliang Yu wrote:
> 
> Built-in microphone and combojack on Xiaomi Notebook Pro (1d72:1701) needs
> to be fixed, the existing quirk for Dell works well on that machine.
> 
> Signed-off-by: Xiaoliang Yu <yxl_22@outlook.com>
> ---
> Changes in V3:
>  - Sort the added entry in its PCI SSID order.

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2021-03-15 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 16:49 [PATCH v3] ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro Xiaoliang Yu
2021-03-15 19:34 ` 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.