Skip to content

Commit

Permalink
ALSA: hda/realtek - Add eapd shutup to ALC283
Browse files Browse the repository at this point in the history
Add eapd shutup function to alc283_shutup.
It could avoid pop noise from speaker.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Kailang Yang authored and Takashi Iwai committed Apr 8, 2014
1 parent be8ef16 commit 0435b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -3095,6 +3095,7 @@ static void alc283_shutup(struct hda_codec *codec)

if (hp_pin_sense)
msleep(100);
alc_auto_setup_eapd(codec, false);
snd_hda_shutup_pins(codec);
alc_write_coef_idx(codec, 0x43, 0x9614);
}
Expand Down

0 comments on commit 0435b3f

Please sign in to comment.