diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 00fa80291c96..546d515f3c1f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6428,6 +6428,14 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
6428 | ALC225_STANDARD_PINS, | 6428 | ALC225_STANDARD_PINS, |
6429 | {0x12, 0xb7a60130}, | 6429 | {0x12, 0xb7a60130}, |
6430 | {0x1b, 0x90170110}), | 6430 | {0x1b, 0x90170110}), |
6431 | SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
6432 | {0x12, 0x90a60140}, | ||
6433 | {0x14, 0x90170110}, | ||
6434 | {0x21, 0x02211020}), | ||
6435 | SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
6436 | {0x12, 0x90a60140}, | ||
6437 | {0x14, 0x90170150}, | ||
6438 | {0x21, 0x02211020}), | ||
6431 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, | 6439 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, |
6432 | {0x14, 0x90170110}, | 6440 | {0x14, 0x90170110}, |
6433 | {0x21, 0x02211020}), | 6441 | {0x21, 0x02211020}), |