diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0e3a7f6c8060..d943508a7f48 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1665,8 +1665,8 @@ static const struct hda_fixup alc260_fixups[] = { | |||
1665 | [ALC260_FIXUP_REPLACER] = { | 1665 | [ALC260_FIXUP_REPLACER] = { |
1666 | .type = HDA_FIXUP_VERBS, | 1666 | .type = HDA_FIXUP_VERBS, |
1667 | .v.verbs = (const struct hda_verb[]) { | 1667 | .v.verbs = (const struct hda_verb[]) { |
1668 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, | 1668 | { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, |
1669 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, | 1669 | { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 }, |
1670 | { } | 1670 | { } |
1671 | }, | 1671 | }, |
1672 | .chained = true, | 1672 | .chained = true, |