1. 20 5月, 2010 1 次提交
  2. 17 5月, 2010 7 次提交
  3. 12 5月, 2010 3 次提交
  4. 11 5月, 2010 5 次提交
  5. 10 5月, 2010 3 次提交
  6. 08 5月, 2010 2 次提交
  7. 07 5月, 2010 1 次提交
    • W
      ALSA: hda - fix DG45ID SPDIF output · 4d26f446
      Wu Fengguang 提交于
      This reverts part of commit 52dc4386, in order to fix a regression:
      broken SPDIF output on Intel DG45FC motherboard (IDT 92HD73E1X5 codec).
      
      	--- DG45FC-IDT-codec-2.6.32  (SPDIF OK)
      	+++ DG45FC-IDT-codec-2.6.33  (SPDIF broken)
      
      	 Node 0x22 [Pin Complex] wcaps 0x400301: Stereo Digital
      	   Pincap 0x00000010: OUT
      	-  Pin Default 0x40f000f0: [N/A] Other at Ext N/A
      	-    Conn = Unknown, Color = Unknown
      	-    DefAssociation = 0xf, Sequence = 0x0
      	-  Pin-ctls: 0x00:
      	+  Pin Default 0x014510a0: [Jack] SPDIF Out at Ext Rear
      	+    Conn = Optical, Color = Black
      	+    DefAssociation = 0xa, Sequence = 0x0
      	+  Pin-ctls: 0x40: OUT
      	   Connection: 3
      	      0x25* 0x20 0x21
      	 Node 0x23 [Pin Complex] wcaps 0x400301: Stereo Digital
      	   Pincap 0x00000010: OUT
      	-  Pin Default 0x01451140: [Jack] SPDIF Out at Ext Rear
      	+  Pin Default 0x074510b0: [Jack] SPDIF Out at Ext Rear Panel
      	     Conn = Optical, Color = Black
      	-    DefAssociation = 0x4, Sequence = 0x0
      	-    Misc = NO_PRESENCE
      	-  Pin-ctls: 0x40: OUT
      	+    DefAssociation = 0xb, Sequence = 0x0
      	+  Pin-ctls: 0x00:
      	   Connection: 3
      	      0x26* 0x20 0x21
      
      Cc: <stable@kernel.org>
      Cc: Alexey Fisher <bug-track@fisher-privat.net>
      Tested-by: NDavid Härdeman <david@hardeman.nu>
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4d26f446
  8. 06 5月, 2010 1 次提交
  9. 05 5月, 2010 5 次提交
  10. 23 4月, 2010 4 次提交
  11. 22 4月, 2010 6 次提交
  12. 20 4月, 2010 1 次提交
    • T
      ALSA: hda - Fix resume from StR of HP 2510p with docking-station · b7d2526f
      Takashi Iwai 提交于
      When HP laptop with AD1981 codec is suspended and the docking-station
      is connected before the resume, the outputs get confused, and wrongly
      routed still to the speaker.  This is because of a change in 2.6.34-rc1
      ea52bf26
          ALSA: hda: Add powerdown for Analog Devices HDA codecs
      
      The problem was the added resume callback that doesn't consider the
      modified init hook.  The fix is simply remove the resume callback here
      and make the resume normally.  This doesn't change any behavior intended
      in the commit above (for shutting down the sound at suspend) but only
      fixes the resume.
      Reported-and-tested-by: NFrans Pop <elendil@planet.nl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b7d2526f
  13. 15 4月, 2010 1 次提交
    • J
      ALSA: hda - Add initial support for Thinkpad T410s HDA codec · 7b2bfdbc
      Jens Taprogge 提交于
      attached please find a patch that adds support for at least the T410s
      HDA codec.  Most likely it will also add support for the T410 and T510
      based models.
      
      The patch was derived from Ideapad support.  Support for the laptop's and
      docking-station output connectors as well as the docking-station microphone
      connector and the laptops internal devices has been tested.  Since it has been
      developed without a data-sheet available, support for digital outputs and the
      laptop's microphone input may well be incorrect.
      
      Microphone mute functionality is not included:
      The microphone mute button seems to be reported through thinkpad_acpi key
      0000101b.  The mute button LED seems to be wired to thinkpad_acpi led
      number 15.
      Signed-off-by: NJens Taprogge <jens.taprogge@taprogge.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7b2bfdbc