@@ -6159,6 +6159,7 @@ enum {
6159
6159
ALC269_FIXUP_CZC_L101 ,
6160
6160
ALC269_FIXUP_LEMOTE_A1802 ,
6161
6161
ALC269_FIXUP_LEMOTE_A190X ,
6162
+ ALC256_FIXUP_INTEL_NUC8_RUGGED ,
6162
6163
};
6163
6164
6164
6165
static const struct hda_fixup alc269_fixups [] = {
@@ -7480,6 +7481,15 @@ static const struct hda_fixup alc269_fixups[] = {
7480
7481
},
7481
7482
.chain_id = ALC269_FIXUP_DMIC ,
7482
7483
},
7484
+ [ALC256_FIXUP_INTEL_NUC8_RUGGED ] = {
7485
+ .type = HDA_FIXUP_PINS ,
7486
+ .v .pins = (const struct hda_pintbl []) {
7487
+ { 0x1b , 0x01a1913c }, /* use as headset mic, without its own jack detect */
7488
+ { }
7489
+ },
7490
+ .chained = true,
7491
+ .chain_id = ALC269_FIXUP_HEADSET_MODE
7492
+ },
7483
7493
};
7484
7494
7485
7495
static const struct snd_pci_quirk alc269_fixup_tbl [] = {
@@ -7777,6 +7787,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
7777
7787
SND_PCI_QUIRK (0x10ec , 0x118c , "Medion EE4254 MD62100" , ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE ),
7778
7788
SND_PCI_QUIRK (0x1c06 , 0x2013 , "Lemote A1802" , ALC269_FIXUP_LEMOTE_A1802 ),
7779
7789
SND_PCI_QUIRK (0x1c06 , 0x2015 , "Lemote A190X" , ALC269_FIXUP_LEMOTE_A190X ),
7790
+ SND_PCI_QUIRK (0x8086 , 0x2080 , "Intel NUC 8 Rugged" , ALC256_FIXUP_INTEL_NUC8_RUGGED ),
7780
7791
7781
7792
#if 0
7782
7793
/* Below is a quirk table taken from the old code.
0 commit comments