diff options
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 5bb5623339dc..921a10eff43a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -6894,7 +6894,7 @@ static int patch_alc269(struct hda_codec *codec) | |||
| 6894 | case 0x10ec0703: | 6894 | case 0x10ec0703: |
| 6895 | spec->codec_variant = ALC269_TYPE_ALC700; | 6895 | spec->codec_variant = ALC269_TYPE_ALC700; |
| 6896 | spec->gen.mixer_nid = 0; /* ALC700 does not have any loopback mixer path */ | 6896 | spec->gen.mixer_nid = 0; /* ALC700 does not have any loopback mixer path */ |
| 6897 | alc_update_coef_idx(codec, 0x4a, 0, 1 << 15); /* Combo jack auto trigger control */ | 6897 | alc_update_coef_idx(codec, 0x4a, 1 << 15, 0); /* Combo jack auto trigger control */ |
| 6898 | break; | 6898 | break; |
| 6899 | 6899 | ||
| 6900 | } | 6900 | } |
