1. 24 1月, 2010 2 次提交
  2. 08 1月, 2010 3 次提交
  3. 17 12月, 2009 2 次提交
  4. 15 12月, 2009 2 次提交
  5. 01 12月, 2009 1 次提交
  6. 26 11月, 2009 1 次提交
  7. 24 11月, 2009 1 次提交
  8. 18 11月, 2009 1 次提交
  9. 10 11月, 2009 1 次提交
  10. 04 11月, 2009 1 次提交
  11. 24 9月, 2009 1 次提交
  12. 16 7月, 2009 1 次提交
  13. 22 6月, 2009 1 次提交
  14. 28 5月, 2009 1 次提交
  15. 14 4月, 2009 1 次提交
    • T
      ALSA: hda - Avoid call of snd_jack_report at release · 95c09099
      Takashi Iwai 提交于
      Don't call snd_jack_report at release of sigmatel and conexnat codecs
      which results in Oops at unloading the module.
      
      The Oops is triggered by the power-up sequence during the free due to
      the pincfg restoration.  Since the power-up sequence is involved with
      the unsol handling, the jack reporting may be issued during that.
      The Oops occurs with this jack reporting because the jack instances
      have been already released but the codec doesn't do the proper
      book-keeping.
      
      This patch adds the book-keeping of jack instances to avoid the access
      to bogus pointers.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      95c09099
  16. 13 3月, 2009 1 次提交
  17. 12 3月, 2009 2 次提交
  18. 10 3月, 2009 5 次提交
  19. 04 3月, 2009 1 次提交
  20. 13 2月, 2009 1 次提交
  21. 10 2月, 2009 1 次提交
  22. 27 1月, 2009 2 次提交
  23. 03 1月, 2009 2 次提交
  24. 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
  25. 13 10月, 2008 1 次提交
  26. 14 7月, 2008 3 次提交