diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6d010452c1f5..9b0f1ed02cc9 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4505,6 +4505,7 @@ enum { | |||
4505 | ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC, | 4505 | ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC, |
4506 | ALC293_FIXUP_DELL1_MIC_NO_PRESENCE, | 4506 | ALC293_FIXUP_DELL1_MIC_NO_PRESENCE, |
4507 | ALC292_FIXUP_TPT440_DOCK, | 4507 | ALC292_FIXUP_TPT440_DOCK, |
4508 | ALC292_FIXUP_TPT440_DOCK2, | ||
4508 | ALC283_FIXUP_BXBT2807_MIC, | 4509 | ALC283_FIXUP_BXBT2807_MIC, |
4509 | ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED, | 4510 | ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED, |
4510 | ALC282_FIXUP_ASPIRE_V5_PINS, | 4511 | ALC282_FIXUP_ASPIRE_V5_PINS, |
@@ -4953,6 +4954,12 @@ static const struct hda_fixup alc269_fixups[] = { | |||
4953 | .chain_id = ALC269_FIXUP_HEADSET_MODE | 4954 | .chain_id = ALC269_FIXUP_HEADSET_MODE |
4954 | }, | 4955 | }, |
4955 | [ALC292_FIXUP_TPT440_DOCK] = { | 4956 | [ALC292_FIXUP_TPT440_DOCK] = { |
4957 | .type = HDA_FIXUP_FUNC, | ||
4958 | .v.func = alc269_fixup_pincfg_no_hp_to_lineout, | ||
4959 | .chained = true, | ||
4960 | .chain_id = ALC292_FIXUP_TPT440_DOCK2 | ||
4961 | }, | ||
4962 | [ALC292_FIXUP_TPT440_DOCK2] = { | ||
4956 | .type = HDA_FIXUP_PINS, | 4963 | .type = HDA_FIXUP_PINS, |
4957 | .v.pins = (const struct hda_pintbl[]) { | 4964 | .v.pins = (const struct hda_pintbl[]) { |
4958 | { 0x16, 0x21211010 }, /* dock headphone */ | 4965 | { 0x16, 0x21211010 }, /* dock headphone */ |