@@ -439,6 +439,10 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
439
439
alc_update_coef_idx (codec , 0x67 , 0xf000 , 0x3000 );
440
440
fallthrough ;
441
441
case 0x10ec0215 :
442
+ case 0x10ec0285 :
443
+ case 0x10ec0289 :
444
+ alc_update_coef_idx (codec , 0x36 , 1 <<13 , 0 );
445
+ fallthrough ;
442
446
case 0x10ec0230 :
443
447
case 0x10ec0233 :
444
448
case 0x10ec0235 :
@@ -452,9 +456,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
452
456
case 0x10ec0283 :
453
457
case 0x10ec0286 :
454
458
case 0x10ec0288 :
455
- case 0x10ec0285 :
456
459
case 0x10ec0298 :
457
- case 0x10ec0289 :
458
460
case 0x10ec0300 :
459
461
alc_update_coef_idx (codec , 0x10 , 1 <<9 , 0 );
460
462
break ;
@@ -9732,6 +9734,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
9732
9734
SND_PCI_QUIRK (0x1028 , 0x0b71 , "Dell Inspiron 16 Plus 7620" , ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS ),
9733
9735
SND_PCI_QUIRK (0x1028 , 0x0beb , "Dell XPS 15 9530 (2023)" , ALC289_FIXUP_DELL_CS35L41_SPI_2 ),
9734
9736
SND_PCI_QUIRK (0x1028 , 0x0c03 , "Dell Precision 5340" , ALC269_FIXUP_DELL4_MIC_NO_PRESENCE ),
9737
+ SND_PCI_QUIRK (0x1028 , 0x0c0d , "Dell Oasis" , ALC289_FIXUP_RTK_AMP_DUAL_SPK ),
9735
9738
SND_PCI_QUIRK (0x1028 , 0x0c19 , "Dell Precision 3340" , ALC236_FIXUP_DELL_DUAL_CODECS ),
9736
9739
SND_PCI_QUIRK (0x1028 , 0x0c1a , "Dell Precision 3340" , ALC236_FIXUP_DELL_DUAL_CODECS ),
9737
9740
SND_PCI_QUIRK (0x1028 , 0x0c1b , "Dell Precision 3440" , ALC236_FIXUP_DELL_DUAL_CODECS ),
0 commit comments