Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Aug 2012 20:14:26 +0000 (22:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Aug 2012 20:14:26 +0000 (22:14 +0200)
Conflicts:
sound/pci/hda/hda_codec.c

Signed-off-by: Takashi Iwai <tiwai@suse.de>
1  2 
sound/pci/cs46xx/cs46xx_lib.c
sound/pci/ctxfi/ctatc.c
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_proc.c
sound/pci/sis7019.c

Simple merge
Simple merge
@@@ -4429,9 -4453,12 +4450,12 @@@ static void __snd_hda_power_up(struct h
        /* If the power down delayed work was cancelled above before starting,
         * then there is no need to go through power up here.
         */
-       if (codec->power_on)
+       if (codec->power_on) {
+               if (codec->power_transition < 0)
+                       codec->power_transition = 0;
 -              spin_unlock(&codec->power_lock);
                return;
+       }
 +
        trace_hda_power_up(codec);
        snd_hda_update_power_acct(codec);
        codec->power_on = 1;
Simple merge
Simple merge
Simple merge
Simple merge