1. 04 2月, 2010 1 次提交
  2. 29 1月, 2010 2 次提交
  3. 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
  4. 27 12月, 2009 2 次提交
  5. 26 12月, 2009 2 次提交
  6. 24 12月, 2009 1 次提交
  7. 22 12月, 2009 2 次提交
  8. 15 12月, 2009 2 次提交
  9. 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
  10. 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
  11. 27 11月, 2009 1 次提交
  12. 19 11月, 2009 1 次提交
  13. 18 11月, 2009 2 次提交
  14. 16 11月, 2009 4 次提交
  15. 15 11月, 2009 1 次提交
  16. 10 11月, 2009 1 次提交
  17. 06 11月, 2009 2 次提交
  18. 05 11月, 2009 1 次提交
  19. 04 11月, 2009 1 次提交
  20. 13 10月, 2009 2 次提交
  21. 01 10月, 2009 1 次提交
  22. 15 9月, 2009 2 次提交
  23. 14 9月, 2009 4 次提交
  24. 02 9月, 2009 2 次提交