1. 30 3月, 2012 1 次提交
  2. 29 3月, 2012 4 次提交
  3. 27 3月, 2012 1 次提交
  4. 22 3月, 2012 2 次提交
  5. 21 3月, 2012 2 次提交
  6. 20 3月, 2012 3 次提交
  7. 19 3月, 2012 5 次提交
  8. 18 3月, 2012 1 次提交
  9. 17 3月, 2012 1 次提交
  10. 16 3月, 2012 2 次提交
  11. 15 3月, 2012 6 次提交
  12. 14 3月, 2012 3 次提交
  13. 13 3月, 2012 7 次提交
  14. 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