Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2012 16:26:59 +0000 (09:26 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2012 16:26:59 +0000 (09:26 -0700)
Need to merge the fixes regarding EPSS.

Conflicts:
sound/pci/hda/hda_codec.c

1  2 
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/patch_sigmatel.c

@@@ -1320,13 -1320,9 +1320,16 @@@ int /*__devinit*/ snd_hda_codec_new(str
                                           AC_VERB_GET_SUBSYSTEM_ID, 0);
        }
  
 +#ifdef CONFIG_SND_HDA_POWER_SAVE
 +      codec->d3_stop_clk = snd_hda_codec_get_supported_ps(codec,
 +                                      codec->afg ? codec->afg : codec->mfg,
 +                                      AC_PWRST_CLKSTOP);
 +      if (!codec->d3_stop_clk)
 +              bus->power_keep_link_on = 1;
 +#endif
+       codec->epss = snd_hda_codec_get_supported_ps(codec,
+                                       codec->afg ? codec->afg : codec->mfg,
+                                       AC_PWRST_EPSS);
  
        /* power-up all before initialization */
        hda_set_power_state(codec,
Simple merge
Simple merge