1. 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
  2. 23 4月, 2010 1 次提交
  3. 22 4月, 2010 1 次提交
  4. 21 3月, 2010 1 次提交
  5. 09 2月, 2010 1 次提交
  6. 08 2月, 2010 3 次提交
  7. 04 2月, 2010 2 次提交
  8. 29 1月, 2010 2 次提交
  9. 16 1月, 2010 1 次提交
    • K
      ALSA: hda - Fix mute led GPIO on HP dv-series notebooks · d38cce70
      Kunal Gangakhedkar 提交于
      On my laptop (HP dv6-1110ax), there are no OEM strings in SMBIOS of type
      "HP_Mute_LED*". Hence, the GPIO for the mute button LED doesn't get set
      properly. I didn't find the strings in my cousin's laptop (HP dv9500t CTO)
      either.
      
      As per the documentation of find_mute_led_gpio(), these strings occur
      in HP B-series systems - so, before scanning the SMBIOS strings, we need to
      check if we're dealing with a B-series system.
      Need to get confirmation from HP if this logic takes care of all the
      systems. I'm trying to poke a friend there.
      Signed-off-by: NKunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d38cce70
  10. 27 12月, 2009 2 次提交
  11. 26 12月, 2009 2 次提交
  12. 24 12月, 2009 1 次提交
  13. 22 12月, 2009 2 次提交
  14. 15 12月, 2009 2 次提交
  15. 12 12月, 2009 1 次提交
    • A
      ALSA: hda - Overwrite pin config on intel DG45ID board. · 52dc4386
      Alexey Fisher 提交于
      The pin config provided by BIOS have some problems:
      0x0221401f: [Jack] HP Out at Ext Front  <-- other association and sequence
      0x02a19020: [Jack] Mic at Ext Front     <-- other association
      0x01113014: [Jack] Speaker at Ext Rear  <-- line out (not speaker)
      0x01114010: [Jack] Speaker at Ext Rear  <-- line out
      0x01a19030: [Jack] Mic at Ext Rear      <-- other association
      0x01111012: [Jack] Speaker at Ext Rear  <-- line out
      0x01116011: [Jack] Speaker at Ext Rear  <-- line out
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x01451140: [Jack] SPDIF Out at Ext Rear
      0x40f000f0: [N/A] Other at Ext N/A
      
      just overwrite it.
      Signed-off-by: NAlexey Fisher <bug-track@fisher-privat.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      52dc4386
  16. 11 12月, 2009 1 次提交
    • V
      ALSA: hda - Fix LED GPIO setup for HP laptops with IDT codecs · c357aab0
      Vitaliy Kulikov 提交于
      This patch fixes an error in processing of the HP BIOS configuration to enable
      GPIO based mute LED indicator control. That error causes driver to enable
      such control on all HP systems with the 92HD75 IDT codecs and results in
      unnecessary toggling of the GPIO on mute control manipulation.
      
      It also adds support of the future HP BIOS configuration extension for the
      named control. New configuration string has a format HP_Mute_LED_P_G
      where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
      that corresponds to the NOT muted state of the master volume
      and G is the index of the GPIO to use (0..9)
      
      Lastly, it adds more systems to the support of the audio implementation
      as found on HP B-series systems
      Signed-off-by: NVitaliy Kulikov <Vitaliy.Kulikov@idt.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c357aab0
  17. 27 11月, 2009 1 次提交
  18. 19 11月, 2009 1 次提交
  19. 18 11月, 2009 2 次提交
  20. 16 11月, 2009 4 次提交
  21. 15 11月, 2009 1 次提交
  22. 10 11月, 2009 1 次提交
  23. 06 11月, 2009 2 次提交
  24. 05 11月, 2009 1 次提交
  25. 04 11月, 2009 1 次提交
  26. 13 10月, 2009 2 次提交