diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0836a61805a2..0d72dbff7dda 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3095,6 +3095,7 @@ static void alc283_shutup(struct hda_codec *codec) | |||
3095 | 3095 | ||
3096 | if (hp_pin_sense) | 3096 | if (hp_pin_sense) |
3097 | msleep(100); | 3097 | msleep(100); |
3098 | alc_auto_setup_eapd(codec, false); | ||
3098 | snd_hda_shutup_pins(codec); | 3099 | snd_hda_shutup_pins(codec); |
3099 | alc_write_coef_idx(codec, 0x43, 0x9614); | 3100 | alc_write_coef_idx(codec, 0x43, 0x9614); |
3100 | } | 3101 | } |