diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 8d6b3703d0a2..7f989898cbd9 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -6102,6 +6102,8 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
6102 | ALC295_STANDARD_PINS, | 6102 | ALC295_STANDARD_PINS, |
6103 | {0x17, 0x21014040}, | 6103 | {0x17, 0x21014040}, |
6104 | {0x18, 0x21a19050}), | 6104 | {0x18, 0x21a19050}), |
6105 | SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
6106 | ALC295_STANDARD_PINS), | ||
6105 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, | 6107 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, |
6106 | ALC298_STANDARD_PINS, | 6108 | ALC298_STANDARD_PINS, |
6107 | {0x17, 0x90170110}), | 6109 | {0x17, 0x90170110}), |