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. 23 7月, 2009 1 次提交
  3. 03 7月, 2009 1 次提交
  4. 02 7月, 2009 1 次提交
  5. 23 4月, 2009 1 次提交
  6. 16 4月, 2009 1 次提交
  7. 07 4月, 2009 1 次提交
  8. 26 2月, 2009 1 次提交
  9. 23 2月, 2009 1 次提交
  10. 20 2月, 2009 1 次提交
  11. 16 2月, 2009 1 次提交
  12. 13 2月, 2009 2 次提交
  13. 12 2月, 2009 1 次提交
  14. 10 2月, 2009 1 次提交
  15. 07 2月, 2009 1 次提交
  16. 05 2月, 2009 2 次提交
  17. 23 1月, 2009 4 次提交
  18. 07 1月, 2009 2 次提交
  19. 10 12月, 2008 1 次提交
  20. 27 11月, 2008 1 次提交
    • T
      ALSA: hda - Modularize HD-audio driver · 1289e9e8
      Takashi Iwai 提交于
      Split the monolithc HD-audio driver into several pieces:
       - snd-hda-intel   HD-audio PCI controller driver; loaded via udev
       - snd-hda-codec   HD-audio codec bus driver
       - snd-hda-codec-* Specific HD-audio codec drivers
      
      When built as modules, snd-hda-codec (that is invoked by snd-hda-intel)
      looks up the codec vendor ID and loads the corresponding codec module
      automatically via request_module().
      
      When built in a kernel, each codec drivers are statically hooked up
      before probing the PCI.
      
      This patch adds appropriate EXPORT_SYMBOL_GPL()'s and the module
      information for each driver, and driver-linking codes between
      codec-bus and codec drivers.
      
      TODO:
        - Avoid EXPORT_SYMBOL*() when built-in kernel
        - Restore __devinit appropriately depending on the condition
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1289e9e8
  21. 21 11月, 2008 1 次提交
  22. 11 11月, 2008 1 次提交
  23. 09 11月, 2008 1 次提交
  24. 28 10月, 2008 1 次提交
  25. 13 10月, 2008 1 次提交
  26. 23 9月, 2008 3 次提交
  27. 25 8月, 2008 1 次提交
  28. 13 8月, 2008 1 次提交
  29. 10 7月, 2008 1 次提交
  30. 18 6月, 2008 1 次提交
  31. 13 6月, 2008 1 次提交
  32. 30 5月, 2008 1 次提交