diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b58e8c76346a..8483fc20f635 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5811,8 +5811,6 @@ static const struct hda_model_fixup alc269_fixup_models[] = { | |||
5811 | #define ALC295_STANDARD_PINS \ | 5811 | #define ALC295_STANDARD_PINS \ |
5812 | {0x12, 0xb7a60130}, \ | 5812 | {0x12, 0xb7a60130}, \ |
5813 | {0x14, 0x90170110}, \ | 5813 | {0x14, 0x90170110}, \ |
5814 | {0x17, 0x21014020}, \ | ||
5815 | {0x18, 0x21a19030}, \ | ||
5816 | {0x21, 0x04211020} | 5814 | {0x21, 0x04211020} |
5817 | 5815 | ||
5818 | #define ALC298_STANDARD_PINS \ | 5816 | #define ALC298_STANDARD_PINS \ |
@@ -6039,7 +6037,13 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
6039 | ALC292_STANDARD_PINS, | 6037 | ALC292_STANDARD_PINS, |
6040 | {0x13, 0x90a60140}), | 6038 | {0x13, 0x90a60140}), |
6041 | SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, | 6039 | SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, |
6042 | ALC295_STANDARD_PINS), | 6040 | ALC295_STANDARD_PINS, |
6041 | {0x17, 0x21014020}, | ||
6042 | {0x18, 0x21a19030}), | ||
6043 | SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
6044 | ALC295_STANDARD_PINS, | ||
6045 | {0x17, 0x21014040}, | ||
6046 | {0x18, 0x21a19050}), | ||
6043 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, | 6047 | SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, |
6044 | ALC298_STANDARD_PINS, | 6048 | ALC298_STANDARD_PINS, |
6045 | {0x17, 0x90170110}), | 6049 | {0x17, 0x90170110}), |