1. 19 11月, 2008 1 次提交
  2. 18 11月, 2008 6 次提交
  3. 17 11月, 2008 1 次提交
  4. 16 11月, 2008 2 次提交
  5. 14 11月, 2008 1 次提交
  6. 13 11月, 2008 1 次提交
  7. 12 11月, 2008 2 次提交
  8. 11 11月, 2008 1 次提交
  9. 03 11月, 2008 1 次提交
  10. 29 10月, 2008 1 次提交
  11. 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
  12. 22 10月, 2008 1 次提交
  13. 16 10月, 2008 2 次提交
  14. 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
  15. 13 10月, 2008 4 次提交
  16. 10 10月, 2008 6 次提交
  17. 23 9月, 2008 5 次提交
  18. 10 9月, 2008 1 次提交
  19. 09 9月, 2008 2 次提交