diff mbox series

[v2] ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC

Message ID 20240419082159.476879-1-aichao@kylinos.cn (mailing list archive)
State Accepted
Commit 7ee5faad0f8c3ad86c8cfc2f6aac91d2ba29790f
Headers show
Series [v2] ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC | expand

Commit Message

Ai Chao April 19, 2024, 8:21 a.m. UTC
The Haier Boyue G42 with ALC269VC cannot detect the MIC of headset,
the line out and internal speaker until
ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS quirk applied.

Signed-off-by: Ai Chao <aichao@kylinos.cn>
---
v2: Follow PCI SSID order.

 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai April 19, 2024, 10:01 a.m. UTC | #1
On Fri, 19 Apr 2024 10:21:59 +0200,
Ai Chao wrote:
> 
> The Haier Boyue G42 with ALC269VC cannot detect the MIC of headset,
> the line out and internal speaker until
> ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS quirk applied.
> 
> Signed-off-by: Ai Chao <aichao@kylinos.cn>
> ---
> v2: Follow PCI SSID order.

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d6940bc4ec39..325546b3e934 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10459,6 +10459,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1d05, 0x115c, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP),
 	SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP),
 	SND_PCI_QUIRK(0x1d05, 0x1387, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC),
+	SND_PCI_QUIRK(0x1d17, 0x3288, "Haier Boyue G42", ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS),
 	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),