An error occurred fetching the project authors.
  1. 30 Mar, 2010 1 commit
  2. 29 Mar, 2010 1 commit
  3. 26 Mar, 2010 2 commits
  4. 19 Mar, 2010 1 commit
  5. 15 Mar, 2010 1 commit
  6. 02 Mar, 2010 1 commit
  7. 24 Feb, 2010 1 commit
    • Zhang, Rui's avatar
      ALSA: hda - remove unnecessary msleep on power state transitions · dd2b4a7a
      Zhang, Rui authored
      This will save ~15ms boot time.
      
      The first 10ms sleep was introduced in commit d2595d86 for (buggy)
      Cxt codecs, so better to limit the sleep to the problem hardware.
      
      For the second 10ms sleep, the HDA spec says:
      
      Power State[1:0]:
      00: Node Power state (D0) is fully on.
      01: Node Power state (D1) allows for (does not require) the lowest possible power consuming state from which it
      can return to the "fully on" state (D0) within 10 ms, excepting analog pass through circuits (e.g., CD analog
      playback) which must remain fully on.
      10: Node Power state (D2) allows for (does not require) the lowest possible power consuming state from which it
      can return to the "fully on" state (D0) within 10 ms. For modems, this is the "wake on ring" power state.
      11: Node Power state (D3) allows for (does not require) lowest possible power consuming state under software
      control. Note that any low power state set by software must retain sufficient operational capability to properly
      respond to subsequent software Power State command.
      
      So 10ms is actually the max wait time. It should be safe to
      remove/reduce it and rely on the loop of 1ms-sleeps.
      
      CC: Marc Boucher <marc@linuxant.com>
      CC: Arjan van de Ven <arjan@linux.intel.com>
      Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
      Signed-off-by: default avatarWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      dd2b4a7a
  8. 28 Jan, 2010 1 commit
  9. 27 Dec, 2009 2 commits
  10. 25 Dec, 2009 1 commit
  11. 23 Dec, 2009 2 commits
  12. 15 Dec, 2009 3 commits
  13. 18 Nov, 2009 1 commit
  14. 16 Nov, 2009 6 commits
  15. 11 Nov, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Add power on/off counter · a2f6309e
      Takashi Iwai authored
      Added the power on/off counter and expose via sysfs files.
      The sysfs files, power_on_acct and power_off_acct, are created under
      each codec hwdep sysfs directory (e.g. /sys/class/sound/hwC0D0).
      The files show the msec length of the codec power-on and power-off,
      respectively.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      a2f6309e
  16. 10 Nov, 2009 3 commits
  17. 30 Oct, 2009 2 commits
  18. 01 Sep, 2009 1 commit
  19. 03 Aug, 2009 1 commit
  20. 27 Jul, 2009 2 commits
  21. 22 Jul, 2009 2 commits
  22. 19 Jul, 2009 1 commit
  23. 17 Jul, 2009 2 commits
  24. 10 Jul, 2009 1 commit