diff options
author | Kailang Yang <kailang@realtek.com> | 2015-04-08 16:34:00 +0800 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-04-22 08:58:30 +0200 |
commit | 791054ac25b7b8a7a92af2a050b2319c1dc78240 (patch) | |
tree | d6c48557fd3791c28440f03ba5cba13242a589a8 /sound | |
parent | bdf9a3dae6d602af0b5a3ed32d1022a555bb661c (diff) |
ALSA: hda/realtek - Make more stable to get pin sense for ALC283
commit a59d7199f62b8336570972dcc288321d0ec999fe upstream.
Pin sense will active when power pin is wake up.
Power pin will not wake up immediately during resume state.
Add some delay to wait for power pin activated.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 754882b588d4..1cc403e83644 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2723,6 +2723,8 @@ static void alc283_init(struct hda_codec *codec) if (!hp_pin) return; + + msleep(30); hp_pin_sense = snd_hda_jack_detect(codec, hp_pin); /* Index 0x43 Direct Drive HP AMP LPM Control 1 */ |