From f2ec84147770d3eb3528bda1040bc181c619c61f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 20 Aug 2012 21:25:22 +0200 Subject: [PATCH] --- yaml --- r: 321945 b: refs/heads/master c: 535b6c51fe8293c88ce919cdfc4390c67a1cb6d1 h: refs/heads/master i: 321943: 1cf6bbb2a8ada27aba228ae770febb2456a51ca6 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 446fec283de8..79cbc1d61d9d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0b433e9f362e0b7f0ce7d1489dd7feba068605d +refs/heads/master: 535b6c51fe8293c88ce919cdfc4390c67a1cb6d1 diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index c3077d5dec6e..f560051a949e 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -4454,6 +4454,8 @@ static void __snd_hda_power_up(struct hda_codec *codec, bool wait_power_down) * then there is no need to go through power up here. */ if (codec->power_on) { + if (codec->power_transition < 0) + codec->power_transition = 0; spin_unlock(&codec->power_lock); return; }