mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
[ Upstream commit183ab39eb0] The recent commit98081ca62c("ALSA: hda - Record the current power state before suspend/resume calls") made the HD-audio driver to store the PM state in power_state field. This forgot, however, the initialization at power up. Although the codec drivers usually don't need to refer to this field in the normal operation, let's initialize it properly for consistency. Fixes:98081ca62c("ALSA: hda - Record the current power state before suspend/resume calls") Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>