1. 02 8月, 2012 1 次提交
  2. 29 7月, 2012 1 次提交
    • T
      ALSA: hda - Workaround for silent output on VAIO Z with ALC889 · e427c237
      Takashi Iwai 提交于
      On recent kernels, Realtek codec parser tries to optimize the routing
      aggressively and take the headphone output as primary at first.  This
      caused a regression on VAIO Z with ALC889, the silent output from the
      speaker.
      
      The problem seems that the speaker pin must be connected to the first
      DAC (0x02) on this machine by some reason although the codec itself
      advertises the flexible routing with any DACs.
      
      This patch adds a fix-up for choosing the speaker pin as the primary
      so that the right DAC is assigned on this device.
      Reported-and-tested-by: NAdam Williamson <awilliam@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e427c237
  3. 20 7月, 2012 1 次提交
  4. 18 7月, 2012 1 次提交
  5. 05 7月, 2012 1 次提交
  6. 03 7月, 2012 1 次提交
  7. 29 6月, 2012 1 次提交
  8. 28 6月, 2012 2 次提交
  9. 26 6月, 2012 2 次提交
  10. 25 6月, 2012 4 次提交
  11. 21 6月, 2012 1 次提交
    • T
      ALSA: hda - Fix ALC272X codec detection · 8e5a0509
      Takashi Iwai 提交于
      The codec ALC272X is a special codec for some Dell machines, and its
      detection got broken in the recent kernel because SSID check (required
      by ALC272X check) was moved to the later point.  Now we need to move
      this codec check to the right place, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8e5a0509
  12. 13 6月, 2012 1 次提交
  13. 12 6月, 2012 1 次提交
  14. 25 5月, 2012 1 次提交
  15. 21 5月, 2012 1 次提交
  16. 19 5月, 2012 1 次提交
  17. 09 5月, 2012 1 次提交
  18. 08 5月, 2012 2 次提交
  19. 07 5月, 2012 2 次提交
  20. 20 4月, 2012 3 次提交
  21. 19 4月, 2012 1 次提交
  22. 13 4月, 2012 3 次提交
  23. 12 4月, 2012 1 次提交
  24. 11 4月, 2012 1 次提交
  25. 28 3月, 2012 1 次提交
  26. 22 3月, 2012 1 次提交
  27. 13 3月, 2012 2 次提交
  28. 12 3月, 2012 1 次提交
    • 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