aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 0ab0b9e05967..a9a83b85517a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4438,9 +4438,6 @@ static void alc269_fill_coef(struct hda_codec *codec)
4438 4438
4439 if (spec->codec_variant != ALC269_TYPE_ALC269VB) 4439 if (spec->codec_variant != ALC269_TYPE_ALC269VB)
4440 return; 4440 return;
4441 /* ALC271X doesn't seem to support these COEFs (bko#52181) */
4442 if (!strcmp(codec->chip_name, "ALC271X"))
4443 return;
4444 4441
4445 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) { 4442 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
4446 alc_write_coef_idx(codec, 0xf, 0x960b); 4443 alc_write_coef_idx(codec, 0xf, 0x960b);