]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda - Record the current power state before suspend/resume calls
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Jan 2019 13:03:33 +0000 (14:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Mar 2019 05:13:54 +0000 (14:13 +0900)
commit886e8316b599a1f704f90e768547cc63725a8474
tree7b4464fc8415c0e4f2237cc325ce03e9b00b3381
parent4a195a0bc2e954b91085d5c82eb20c51835ee7b0
ALSA: hda - Record the current power state before suspend/resume calls

commit 98081ca62cbac31fb0f7efaf90b2e7384ce22257 upstream.

Currently we deal with single codec and suspend codec callbacks for
all S3, S4 and runtime PM handling.  But it turned out that we want
distinguish the call patterns sometimes, e.g. for applying some init
sequence only at probing and restoring from hibernate.

This patch slightly modifies the common PM callbacks for HD-audio
codec and stores the currently processed PM event in power_state of
the codec's device.power field, which is currently unused.  The codec
callback can take a look at this event value and judges which purpose
it's being called.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_codec.c