@@ -1987,6 +1987,7 @@ enum {
1987
1987
ALC887_FIXUP_ASUS_AUDIO ,
1988
1988
ALC887_FIXUP_ASUS_HMIC ,
1989
1989
ALCS1200A_FIXUP_MIC_VREF ,
1990
+ ALC888VD_FIXUP_MIC_100VREF ,
1990
1991
};
1991
1992
1992
1993
static void alc889_fixup_coef (struct hda_codec * codec ,
@@ -2540,6 +2541,13 @@ static const struct hda_fixup alc882_fixups[] = {
2540
2541
{}
2541
2542
}
2542
2543
},
2544
+ [ALC888VD_FIXUP_MIC_100VREF ] = {
2545
+ .type = HDA_FIXUP_PINCTLS ,
2546
+ .v .pins = (const struct hda_pintbl []) {
2547
+ { 0x18 , PIN_VREF100 }, /* headset mic */
2548
+ {}
2549
+ }
2550
+ },
2543
2551
};
2544
2552
2545
2553
static const struct snd_pci_quirk alc882_fixup_tbl [] = {
@@ -2609,6 +2617,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
2609
2617
SND_PCI_QUIRK (0x106b , 0x4a00 , "Macbook 5,2" , ALC889_FIXUP_MBA11_VREF ),
2610
2618
2611
2619
SND_PCI_QUIRK (0x1071 , 0x8258 , "Evesham Voyaeger" , ALC882_FIXUP_EAPD ),
2620
+ SND_PCI_QUIRK (0x10ec , 0x12d8 , "iBase Elo Touch" , ALC888VD_FIXUP_MIC_100VREF ),
2612
2621
SND_PCI_QUIRK (0x13fe , 0x1009 , "Advantech MIT-W101" , ALC886_FIXUP_EAPD ),
2613
2622
SND_PCI_QUIRK (0x1458 , 0xa002 , "Gigabyte EP45-DS3/Z87X-UD3H" , ALC889_FIXUP_FRONT_HP_NO_PRESENCE ),
2614
2623
SND_PCI_QUIRK (0x1458 , 0xa0b8 , "Gigabyte AZ370-Gaming" , ALC1220_FIXUP_GB_DUAL_CODECS ),
0 commit comments