diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 49e884fb3e5d..0e3a7f6c8060 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1647,12 +1647,10 @@ static const struct hda_fixup alc260_fixups[] = { | |||
1647 | [ALC260_FIXUP_COEF] = { | 1647 | [ALC260_FIXUP_COEF] = { |
1648 | .type = HDA_FIXUP_VERBS, | 1648 | .type = HDA_FIXUP_VERBS, |
1649 | .v.verbs = (const struct hda_verb[]) { | 1649 | .v.verbs = (const struct hda_verb[]) { |
1650 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, | 1650 | { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, |
1651 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3040 }, | 1651 | { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 }, |
1652 | { } | 1652 | { } |
1653 | }, | 1653 | }, |
1654 | .chained = true, | ||
1655 | .chain_id = ALC260_FIXUP_HP_PIN_0F, | ||
1656 | }, | 1654 | }, |
1657 | [ALC260_FIXUP_GPIO1] = { | 1655 | [ALC260_FIXUP_GPIO1] = { |
1658 | .type = HDA_FIXUP_VERBS, | 1656 | .type = HDA_FIXUP_VERBS, |