aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 05987ffb59d0..8593d4ebd192 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3945,6 +3945,8 @@ static const struct hda_fixup alc269_fixups[] = {
3945 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = { 3945 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
3946 .type = HDA_FIXUP_FUNC, 3946 .type = HDA_FIXUP_FUNC,
3947 .v.func = alc269_fixup_pincfg_no_hp_to_lineout, 3947 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
3948 .chained = true,
3949 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
3948 }, 3950 },
3949 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = { 3951 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
3950 .type = HDA_FIXUP_PINS, 3952 .type = HDA_FIXUP_PINS,