aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f75c1274b448..a07da0bbb2b4 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2912,6 +2912,8 @@ static void alc283_init(struct hda_codec *codec)
2912 2912
2913 if (!hp_pin) 2913 if (!hp_pin)
2914 return; 2914 return;
2915
2916 msleep(30);
2915 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); 2917 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2916 2918
2917 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */ 2919 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */