1. 29 3月, 2012 4 次提交
  2. 27 3月, 2012 1 次提交
  3. 22 3月, 2012 2 次提交
  4. 21 3月, 2012 2 次提交
  5. 20 3月, 2012 3 次提交
  6. 19 3月, 2012 5 次提交
  7. 18 3月, 2012 1 次提交
  8. 17 3月, 2012 1 次提交
  9. 16 3月, 2012 2 次提交
  10. 15 3月, 2012 6 次提交
  11. 14 3月, 2012 3 次提交
  12. 13 3月, 2012 7 次提交
  13. 12 3月, 2012 3 次提交
    • 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
    • T
      ALSA: hda - Rewrite the mute-LED hook with vmaster hook in patch_sigmatel.c · 2faa3bf1
      Takashi Iwai 提交于
      The mute-LED is controlled in patch_sigmatel.c by (ab-)using the
      powersave hook.  This can be now rewritten with the vmaster hook
      instead, which is much simpler and can work even without
      CONFIG_SND_HDA_POWER_SAVE kconfig.
      
      A drawback is that the mute-LED corresponds _only_ to the Master mixer
      switch instead of checking the whole DACs.  But usually this shouldn't
      be a big problem as PA enables the mixer elements accordingly.
      
      Also, this patch changes the code to create vmaster always even on
      STAC9200 and STAC925x.  The former "Master" on these chips are renamed
      as "PCM" now.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2faa3bf1