From: Takashi Iwai Date: Wed, 20 Nov 2013 11:41:20 +0000 (+0100) Subject: ALSA: hda - Refactor pm notification in hda_codec.c X-Git-Tag: v3.14-rc1~143^2~1^2~68^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40e0a880b34d95f583552be7fd3905b6b4e6891;p=pandora-kernel.git 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 --- Reading git-diff-tree failed