1. 17 2月, 2012 1 次提交
  2. 16 2月, 2012 9 次提交
  3. 13 2月, 2012 6 次提交
  4. 09 2月, 2012 1 次提交
  5. 08 2月, 2012 1 次提交
  6. 07 2月, 2012 2 次提交
  7. 06 2月, 2012 2 次提交
  8. 03 2月, 2012 3 次提交
  9. 02 2月, 2012 5 次提交
  10. 01 2月, 2012 2 次提交
  11. 31 1月, 2012 2 次提交
  12. 30 1月, 2012 1 次提交
    • T
      ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660 · 31150f23
      Takashi Iwai 提交于
      It turned out that other ASUS laptops require the similar fix to
      enable the VREF on the pin 0x0f for the secret output amp, not only
      ASUS A6Rp.  Moreover, it's required even when the pin is being used
      as the output.  Thus, writing a fixed value doesn't work always.
      
      This patch applies the VREF-fix for all ASUS laptops with ALC861/660
      in a fixup function that checks the current value and turns on only
      the VREF value no matter whether input or output direction is set.
      
      The automute function is modified as well to keep the pin VREF upon
      muting/unmuting via pin-control; otherwise the pin VREF is reset at
      plugging/unplugging a jack.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42588
      
      Cc: <stable@kernel.org> [v3.2+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      31150f23
  13. 27 1月, 2012 1 次提交
  14. 26 1月, 2012 1 次提交
  15. 25 1月, 2012 2 次提交
  16. 24 1月, 2012 1 次提交
    • T
      ALSA: hda - Fix silent outputs from docking-station jacks of Dell laptops · b4ead019
      Takashi Iwai 提交于
      The recent change of the power-widget handling for IDT codecs caused
      the silent output from the docking-station line-out jack.  This was
      partially fixed by the commit f2cbba76
      "ALSA: hda - Fix the lost power-setup of seconary pins after PM resume".
      But the line-out on the docking-station is still silent when booted
      with the jack plugged even by this fix.
      
      The remainig bug is that the power-widget is set off in stac92xx_init()
      because the pins in cfg->line_out_pins[] aren't checked there properly
      but only hp_pins[] are checked in is_nid_hp_pin().
      
      This patch fixes the problem by checking both HP and line-out pins
      and leaving the power-map correctly.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42637
      
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b4ead019