1. 01 12月, 2008 2 次提交
  2. 28 11月, 2008 1 次提交
  3. 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
  4. 25 11月, 2008 5 次提交
  5. 24 11月, 2008 1 次提交
  6. 22 11月, 2008 1 次提交
  7. 21 11月, 2008 4 次提交
  8. 19 11月, 2008 1 次提交
  9. 18 11月, 2008 6 次提交
  10. 17 11月, 2008 1 次提交
  11. 16 11月, 2008 2 次提交
  12. 14 11月, 2008 1 次提交
  13. 13 11月, 2008 1 次提交
  14. 12 11月, 2008 2 次提交
  15. 11 11月, 2008 1 次提交
  16. 03 11月, 2008 1 次提交
  17. 29 10月, 2008 1 次提交
  18. 27 10月, 2008 1 次提交
    • M
      ALSA: hda: add support for jack detection on IDT codecs. · 74aeaabc
      Matthew Ranostay 提交于
      This patch adds support to the IDT codec families to report jack status
      to the jack abstraction layer. This required some reorganization in the
      stac92xx_unsol_event function in which the index value is changed to
      reporting the nid with the event.
      
      Also adds an sigmatel_jack struct to keep track of the nid relation
      to the jack abstraction layer instance. Also adds functions to set and
      retrieve data values for each nid, this is used in stac92xx_unsol_event
      to retrieve the GPIO mask for STAC_VREF_EVENT.
      Signed-off-by: NMatthew Ranostay <mranostay@embeddedalley.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      74aeaabc
  19. 22 10月, 2008 1 次提交
  20. 16 10月, 2008 2 次提交
  21. 14 10月, 2008 1 次提交
    • M
      ALSA: hda: fix nid variable warning · d21995e3
      Matthew Ranostay 提交于
      Fixed compiler warning with possible uninitialized variable 'nid'.
      
        CC [M]  /home/mranostay/git/alsa-driver/pci/hda/patch_sigmatel.o
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c: In function
      ‘stac92xx_parse_auto_config’:
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c:2815: warning: ‘nid’ may be used
      uninitialized in this function
      Signed-off-by: NMatthew Ranostay <mranostay@embeddedalley.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d21995e3
  22. 13 10月, 2008 3 次提交