ALSA: hda: conexant: Turn off EAPD at suspend, too
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Aug 2021 08:12:28 +0000 (10:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 14 Aug 2021 06:39:13 +0000 (08:39 +0200)
commit95dc85dba05fa8f84c6db5fee3990fa4dd9fb499
tree5f9a1ffccda668b1db2f2db9e59c67a607e931ea
parent81be10934949da8b12ca4db3de1511a4220fa9b4
ALSA: hda: conexant: Turn off EAPD at suspend, too

Conexant codecs have a workaround for the noise at shutdown to turn
off EAPD, but it wasn't applied at suspend.  In the later patch, we'll
switch from reboot_notify callback to the general suspend-at-shutdown,
so let's apply the workaround to the suspend case, too.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=214045
Link: https://lore.kernel.org/r/20210813081230.4268-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c