diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index e7b2b839a539..4eec2150312b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5269,7 +5269,9 @@ static const struct alc_fixup alc882_fixups[] = { | |||
5269 | { 0x16, 0x99130111 }, /* CLFE speaker */ | 5269 | { 0x16, 0x99130111 }, /* CLFE speaker */ |
5270 | { 0x17, 0x99130112 }, /* surround speaker */ | 5270 | { 0x17, 0x99130112 }, /* surround speaker */ |
5271 | { } | 5271 | { } |
5272 | } | 5272 | }, |
5273 | .chained = true, | ||
5274 | .chain_id = ALC882_FIXUP_GPIO1, | ||
5273 | }, | 5275 | }, |
5274 | [ALC882_FIXUP_ACER_ASPIRE_8930G] = { | 5276 | [ALC882_FIXUP_ACER_ASPIRE_8930G] = { |
5275 | .type = ALC_FIXUP_PINS, | 5277 | .type = ALC_FIXUP_PINS, |
@@ -5312,7 +5314,9 @@ static const struct alc_fixup alc882_fixups[] = { | |||
5312 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, | 5314 | { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, |
5313 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, | 5315 | { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, |
5314 | { } | 5316 | { } |
5315 | } | 5317 | }, |
5318 | .chained = true, | ||
5319 | .chain_id = ALC882_FIXUP_GPIO1, | ||
5316 | }, | 5320 | }, |
5317 | [ALC885_FIXUP_MACPRO_GPIO] = { | 5321 | [ALC885_FIXUP_MACPRO_GPIO] = { |
5318 | .type = ALC_FIXUP_FUNC, | 5322 | .type = ALC_FIXUP_FUNC, |