aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d94c0e33f58d..4ae877c3b6a1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5398,8 +5398,6 @@ static const struct hda_model_fixup alc269_fixup_models[] = {
5398 {0x19, 0x411111f0}, \ 5398 {0x19, 0x411111f0}, \
5399 {0x1a, 0x411111f0}, \ 5399 {0x1a, 0x411111f0}, \
5400 {0x1b, 0x411111f0}, \ 5400 {0x1b, 0x411111f0}, \
5401 {0x1d, 0x40700001}, \
5402 {0x1e, 0x411111f0}, \
5403 {0x21, 0x02211020} 5401 {0x21, 0x02211020}
5404 5402
5405#define ALC282_STANDARD_PINS \ 5403#define ALC282_STANDARD_PINS \
@@ -5556,10 +5554,19 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
5556 {0x21, 0x02211030}), 5554 {0x21, 0x02211030}),
5557 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, 5555 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5558 ALC256_STANDARD_PINS, 5556 ALC256_STANDARD_PINS,
5559 {0x13, 0x40000000}), 5557 {0x13, 0x40000000},
5558 {0x1d, 0x40700001},
5559 {0x1e, 0x411111f0}),
5560 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, 5560 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5561 ALC256_STANDARD_PINS, 5561 ALC256_STANDARD_PINS,
5562 {0x13, 0x411111f0}), 5562 {0x13, 0x411111f0},
5563 {0x1d, 0x40700001},
5564 {0x1e, 0x411111f0}),
5565 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5566 ALC256_STANDARD_PINS,
5567 {0x13, 0x411111f0},
5568 {0x1d, 0x4077992d},
5569 {0x1e, 0x411111ff}),
5563 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4, 5570 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4,
5564 {0x12, 0x90a60130}, 5571 {0x12, 0x90a60130},
5565 {0x13, 0x40000000}, 5572 {0x13, 0x40000000},