1. 19 8月, 2009 1 次提交
    • W
      ALSA: hda: enable speaker output for Compaq 6530s/6531s · 150fe14c
      Wu Fengguang 提交于
      HP Compaq 6530s and 6531s internal speaker is silence or becomes silence
      within 1 minute after fresh boot. It is found that pin 0x1c must be set to
      PIN_OUT mode to make the speaker work. This is weird - line-in pin 0x1c and
      speaker pin 0x16 seem to be unrelated.
      
      The codec differences before/after patch are:
      
      @@ Node 0x17 [Pin Complex] wcaps 0x40020b:
         Pin Default 0x41a6e130: [N/A] Mic at Ext Rear
           Conn = Digital, Color = White
           DefAssociation = 0x3, Sequence = 0x0
           Misc = NO_PRESENCE
      -  Pin-ctls: 0x24: IN
      +  Pin-ctls: 0x40: OUT
      @@ Node 0x1c [Pin Complex] wcaps 0x40018d:
         Pin Default 0x41813021: [N/A] Line In at Ext Rear
           Conn = 1/8, Color = Blue
           DefAssociation = 0x2, Sequence = 0x1
      -  Pin-ctls: 0x24: IN VREF_80
      +  Pin-ctls: 0x40: OUT VREF_HIZ
         Unsolicited: tag=00, enabled=0
         Connection: 1
            0x24
      
      Tests show that it won't impact (external) Mic recording.
      Reported-by: N"Lin, Ming M" <ming.m.lin@intel.com>
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      150fe14c
  2. 11 8月, 2009 1 次提交
  3. 10 8月, 2009 1 次提交
  4. 03 8月, 2009 9 次提交
  5. 31 7月, 2009 1 次提交
  6. 29 7月, 2009 1 次提交
  7. 28 7月, 2009 1 次提交
  8. 24 7月, 2009 1 次提交
  9. 23 7月, 2009 1 次提交
  10. 22 7月, 2009 1 次提交
  11. 20 7月, 2009 2 次提交
    • T
      ALSA: hda - Fix pin-setup for Sony VAIO with STAC9872 codecs · b04add95
      Takashi Iwai 提交于
      The recent rewrite of the codec parser for STAC9872 caused a regression
      for some Sony VAIO models that don't give proper pin default configs
      by BIOS.  Even using model=vaio doesn't work because the pin definitions
      are set after the pin overrides.
      
      This patch fixes the pin definitions in patch_stac9872() to be put
      in the right place before the pin overrides.  Also the patch adds the
      new quirk entry for VAIO F/S to have the correct pin default configs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Cc: <stable@kernel.org>
      b04add95
    • H
      ALSA: hda - Add quirk for Gateway T6834c laptop · 42b95f0c
      Hao Song 提交于
      Gateway T6834c laptops need EAPD always on while the default behavior
      for the STAC9205 reference board is to turn it off upon every HP plug.
      By using the special "eapd" model, which is first introduced for Gateway
      T1616 laptops for this same reason, this peculiarity can be properly
      handled.
      Signed-off-by: NHao Song <baritono.tux@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      42b95f0c
  12. 19 7月, 2009 1 次提交
  13. 10 7月, 2009 2 次提交
  14. 09 7月, 2009 1 次提交
  15. 08 7月, 2009 4 次提交
  16. 07 7月, 2009 2 次提交
  17. 05 7月, 2009 1 次提交
  18. 04 7月, 2009 4 次提交
  19. 03 7月, 2009 2 次提交
  20. 02 7月, 2009 1 次提交
  21. 01 7月, 2009 1 次提交
  22. 29 6月, 2009 1 次提交