1. 25 1月, 2013 2 次提交
    • T
      ALSA: hda - Add power state filtering · 9419ab6b
      Takashi Iwai 提交于
      Add a hook to struct hda_codec for filtering the target power state of
      each widget when powering up/down.  The current hackish EAPD check is
      implemented as the default hook pointer, too.
      
      This allows codec drivers to implement own power filter.  In the
      upcoming changes, the generic parser will have the better power filter
      based on the active paths.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9419ab6b
    • T
      ALSA: hda/via - Fix wrong checks of power state bits · 25368c47
      Takashi Iwai 提交于
      AC_VERB_GET_POWER_STATE returns the combined bits of the actual state
      and the target state.  Thus, comparing the obtained value directly
      with the target value can't work.  The value has to be shifted and
      masked properly.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      25368c47
  2. 24 1月, 2013 7 次提交
  3. 23 1月, 2013 7 次提交
  4. 22 1月, 2013 8 次提交
  5. 21 1月, 2013 9 次提交
  6. 19 1月, 2013 2 次提交
  7. 18 1月, 2013 5 次提交