1. 09 5月, 2012 4 次提交
  2. 08 5月, 2012 4 次提交
  3. 07 5月, 2012 2 次提交
  4. 20 4月, 2012 4 次提交
  5. 19 4月, 2012 4 次提交
  6. 13 4月, 2012 3 次提交
  7. 12 4月, 2012 1 次提交
  8. 11 4月, 2012 1 次提交
  9. 10 4月, 2012 2 次提交
  10. 07 4月, 2012 6 次提交
  11. 05 4月, 2012 1 次提交
  12. 22 3月, 2012 1 次提交
  13. 16 3月, 2012 1 次提交
  14. 14 3月, 2012 2 次提交
  15. 13 3月, 2012 2 次提交
  16. 12 3月, 2012 2 次提交
    • T
      ALSA: hda - Add EAPD control to Conexnat auto-parser · 527c73ba
      Takashi Iwai 提交于
      Added the vmaster hook for controlling EAPD dynamically to Conexant
      auto-parser.  When the Master is muted, EAPDs are turned off as well.
      This will fix the missing mute-LED control on some machines in
      addition to the more power-saving in the auto-parser mode.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      527c73ba
    • T
      ALSA: hda - Rewrite the mute-LED control with vmaster hook for ALC269 · 420b0feb
      Takashi Iwai 提交于
      We've had ugly static handling of the mute-LED with a powersave hook
      for ALC269 HP laptops just like done in patch_sigmatel.c.  This is now
      rewritten with the new vmaster hook and a fixup code.
      
      For that, the new fixup action, ALC_FIXUP_ACT_BUILD, is introduced.
      It's called after build_controls is called.  The reason of this new
      action is that vmaster hook must be added at this stage (not in init
      or probe).
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      420b0feb