commit | a40e0a880b34d95f583552be7fd3905b6b4e6891 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Nov 20 12:41:20 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Nov 26 13:42:38 2013 +0100 |
tree | cc07451d034f4b0200b34eb4d1c9ed3dcd93f331 | |
parent | f0639272d6c8e4706ea6d1b0dbc6eb83eaaff412 [diff] |
ALSA: hda - Refactor pm notification in hda_codec.c No functional change. - codec->pm_down_notified flag is renamed to codec->pm_up_notified flag (and takes the reversed meaning), which is managed solely in hda_call_pm_notify() now. - The explicit call of hda_call_pm_notify() is moved into hda_keep_power_on(). - Removed a redundant call of hda_call_pm_notify() in snd_hda_power_up(), as it's called in hda_call_codec_resume() anyway. Signed-off-by: Takashi Iwai <tiwai@suse.de>